@timlassiter11/yatl
Preparing search index...
SelectEditorOptions
Interface SelectEditorOptions<T>
interface
SelectEditorOptions
<
T
extends
object
=
UnspecifiedRecord
>
{
canEdit
?:
(
field
:
NestedKeyOf
<
T
>
,
row
:
T
)
=>
boolean
;
labelRenderer
?:
(
value
:
unknown
)
=>
[
string
,
string
]
;
options
?:
TemplateResult
|
[
string
,
string
]
[]
;
}
Type Parameters
T
extends
object
=
UnspecifiedRecord
Hierarchy
BaseEditorOptions
<
T
>
SelectEditorOptions
Index
Properties
can
Edit?
label
Renderer?
options?
Properties
Optional
can
Edit
canEdit
?:
(
field
:
NestedKeyOf
<
T
>
,
row
:
T
)
=>
boolean
Optional
label
Renderer
labelRenderer
?:
(
value
:
unknown
)
=>
[
string
,
string
]
Optional
options
options
?:
TemplateResult
|
[
string
,
string
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Edit
label
Renderer
options
@timlassiter11/yatl
Loading...