Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/VariableTypes
RichTextVariable
Interface RichTextVariable
interface
RichTextVariable
{
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
;
ruleSetId
:
string
;
type
:
VariableType
;
value
:
null
;
visibility
:
VariableVisibility
;
}
Hierarchy (
View Summary
)
Variable
RichTextVariable
Index
Properties
help
Text?
id
is
Readonly
is
Required
is
Visible
label?
name
occurrences
parent
Id?
placeholder?
private
Data
rule
Set
Id
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
private
Data
privateData
:
PrivateData
rule
Set
Id
ruleSetId
:
string
type
type
:
VariableType
value
value
:
null
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
private
Data
rule
Set
Id
type
value
visibility
@chili-publish/studio-sdk
Loading...