Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/VariableTypes
ShortTextVariable
Interface ShortTextVariable
interface
ShortTextVariable
{
helpText
?:
null
|
string
;
id
:
string
;
isReadonly
:
boolean
;
isRequired
:
boolean
;
isVisible
:
boolean
;
label
?:
null
|
string
;
name
:
string
;
occurrences
:
number
;
parentId
?:
string
;
placeholder
?:
null
|
string
;
prefix
?:
ValueWithStyle
;
privateData
:
PrivateData
;
suffix
?:
ValueWithStyle
;
type
:
VariableType
;
value
:
string
;
visibility
:
VariableVisibility
;
}
Hierarchy (
View Summary
)
Variable
ShortTextVariable
Index
Properties
help
Text?
id
is
Readonly
is
Required
is
Visible
label?
name
occurrences
parent
Id?
placeholder?
prefix?
private
Data
suffix?
type
value
visibility
Properties
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
Optional
prefix
prefix
?:
ValueWithStyle
private
Data
privateData
:
PrivateData
Optional
suffix
suffix
?:
ValueWithStyle
type
type
:
VariableType
value
value
:
string
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
label
name
occurrences
parent
Id
placeholder
prefix
private
Data
suffix
type
value
visibility
@chili-publish/studio-sdk
Loading...