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