@timlassiter11/yatl
Preparing search index...
NumberEditorOptions
Interface NumberEditorOptions<T>
interface
NumberEditorOptions
<
T
extends
object
=
UnspecifiedRecord
>
{
canEdit
?:
(
field
:
NestedKeyOf
<
T
>
,
row
:
T
)
=>
boolean
;
max
?:
number
;
min
?:
number
;
step
?:
number
;
}
Type Parameters
T
extends
object
=
UnspecifiedRecord
Hierarchy
BaseEditorOptions
<
T
>
NumberEditorOptions
Index
Properties
can
Edit?
max?
min?
step?
Properties
Optional
can
Edit
canEdit
?:
(
field
:
NestedKeyOf
<
T
>
,
row
:
T
)
=>
boolean
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
step
step
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Edit
max
min
step
@timlassiter11/yatl
Loading...