Preparing search index...
The search index is not available
flowie.app
flowie.app
LabelSet
Interface LabelSet
interface
LabelSet
{
color
?:
Color
;
description
?:
string
;
meta
?:
Record
<
string
,
unknown
>
;
name
:
string
;
showValueOnly
?:
boolean
;
values
:
(
string
|
[
string
,
LabelValueOptions
&
{
valueColor
?:
Color
;
}
]
)
[]
;
}
Hierarchy (
view full
)
BasicLabel
LabelSet
Index
Properties
color?
description?
meta?
name
show
Value
Only?
values
Properties
Optional
color
color
?:
Color
Optional
description
description
?:
string
Optional
meta
meta
?:
Record
<
string
,
unknown
>
Readonly
name
name
:
string
Optional
show
Value
Only
show
Value
Only
?:
boolean
values
values
:
(
string
|
[
string
,
LabelValueOptions
&
{
valueColor
?:
Color
;
}
]
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
color
description
meta
name
show
Value
Only
values
flowie.app
Loading...