Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/VariableTypes
ListVariable
Interface ListVariable
interface
ListVariable
{
helpText
?:
null
|
string
;
id
:
string
;
isReadonly
:
boolean
;
isRequired
:
boolean
;
isVisible
:
boolean
;
items
:
string
[]
;
label
?:
null
|
string
;
name
:
string
;
occurrences
:
number
;
parentId
?:
string
;
placeholder
?:
null
|
string
;
prefix
?:
ValueWithStyle
;
privateData
:
PrivateData
;
selected
?:
string
;
suffix
?:
ValueWithStyle
;
type
:
VariableType
;
visibility
:
VariableVisibility
;
}
Hierarchy (
View Summary
)
Variable
ListVariable
Index
Properties
help
Text?
id
is
Readonly
is
Required
is
Visible
items
label?
name
occurrences
parent
Id?
placeholder?
prefix?
private
Data
selected?
suffix?
type
visibility
Properties
Optional
help
Text
helpText
?:
null
|
string
id
id
:
string
is
Readonly
isReadonly
:
boolean
is
Required
isRequired
:
boolean
is
Visible
isVisible
:
boolean
items
items
:
string
[]
Optional
label
label
?:
null
|
string
name
name
:
string
occurrences
occurrences
:
number
Optional
parent
Id
parentId
?:
string
Optional
placeholder
placeholder
?:
null
|
string
Optional
prefix
prefix
?:
ValueWithStyle
private
Data
privateData
:
PrivateData
Optional
selected
selected
?:
string
Optional
suffix
suffix
?:
ValueWithStyle
type
type
:
VariableType
visibility
visibility
:
VariableVisibility
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
help
Text
id
is
Readonly
is
Required
is
Visible
items
label
name
occurrences
parent
Id
placeholder
prefix
private
Data
selected
suffix
type
visibility
@chili-publish/studio-sdk
Loading...