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