@timlassiter11/yatl
Preparing search index...
NumberEditor
Class NumberEditor<T>
Type Parameters
T
extends
object
=
UnspecifiedRecord
Hierarchy (
View Summary
)
InputEditor
<
T
>
NumberEditor
Index
Constructors
constructor
Properties
options?
Methods
can
Edit
render
Constructors
constructor
new
NumberEditor
<
T
extends
object
=
UnspecifiedRecord
>
(
options
?:
NumberEditorOptions
<
T
>
,
)
:
NumberEditor
<
T
>
Type Parameters
T
extends
object
=
UnspecifiedRecord
Parameters
Optional
options
:
NumberEditorOptions
<
T
>
Returns
NumberEditor
<
T
>
Properties
Optional
Readonly
options
options
?:
InputEditorOptions
<
T
>
Methods
can
Edit
canEdit
(
field
:
NestedKeyOf
<
T
>
,
row
:
T
)
:
boolean
A function to determine if editing should be allowed for the given row.
Parameters
field
:
NestedKeyOf
<
T
>
row
:
T
Returns
boolean
render
render
(
value
:
unknown
,
field
:
NestedKeyOf
<
T
>
,
row
:
T
,
controller
:
YatlTableController
<
T
>
,
)
:
TemplateResult
<
1
>
Parameters
value
:
unknown
field
:
NestedKeyOf
<
T
>
row
:
T
controller
:
YatlTableController
<
T
>
Returns
TemplateResult
<
1
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
Methods
can
Edit
render
@timlassiter11/yatl
Loading...
A function to determine if editing should be allowed for the given row.