@samatawy/diagrams
Demo
Preparing search index...
index
SpecificOptions
Interface SpecificOptions
interface
SpecificOptions
{
label
:
string
;
readonly
?:
boolean
;
datatype
?:
"string"
|
"number"
|
"boolean"
|
"enum"
;
options
?:
|
Record
<
string
,
{
label
:
string
;
value
:
unknown
}
>
|
(
(
node
:
INode
)
=>
Record
<
string
,
{
label
:
string
;
value
:
unknown
}
>
)
;
}
Index
Properties
label
readonly?
datatype?
options?
Properties
label
label
:
string
Optional
readonly
readonly
?:
boolean
Optional
datatype
datatype
?:
"string"
|
"number"
|
"boolean"
|
"enum"
Optional
options
options
?:
|
Record
<
string
,
{
label
:
string
;
value
:
unknown
}
>
|
(
(
node
:
INode
)
=>
Record
<
string
,
{
label
:
string
;
value
:
unknown
}
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
readonly
datatype
options
@samatawy/diagrams
Demo gallery
Loading...