型・APIリファレンス
Preparing search index...
EntityListingSelectEditor
Interface EntityListingSelectEditor
Select型エディタ
interface
EntityListingSelectEditor
{
displayType
?:
string
;
type
:
"SELECT"
;
values
?:
{
label
:
string
;
value
:
string
}
[]
;
}
Hierarchy (
View Summary
)
EntityListingEditorBase
EntityListingSelectEditor
Index
Properties
display
Type?
type
values?
Properties
Optional
display
Type
displayType
?:
string
表示タイプ
type
type
:
"SELECT"
エディタタイプ
Optional
values
values
?:
{
label
:
string
;
value
:
string
}
[]
選択肢一覧
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
Type
type
values
型・APIリファレンス
Loading...
Select型エディタ