Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/VariableTypes
DateVariable
Interface DateVariable
interface
DateVariable
{
displayFormat
:
string
;
endDate
?:
DateRestriction
;
excludedDays
:
Day
[]
;
helpText
?:
null
|
string
;
id
:
string
;
isReadonly
:
boolean
;
isRequired
:
boolean
;
isVisible
:
boolean
;
label
?:
null
|
string
;
locale
:
Locale
;
name
:
string
;
occurrences
:
number
;
parentId
?:
string
;
placeholder
?:
null
|
string
;
prefix
?:
ValueWithStyle
;
privateData
:
PrivateData
;
startDate
?:
DateRestriction
;
suffix
?:
ValueWithStyle
;
type
:
VariableType
;
value
?:
string
;
visibility
:
VariableVisibility
;
}
Hierarchy (
View Summary
)
Variable
DateVariable
Index
Properties
display
Format
end
Date?
excluded
Days
help
Text?
id
is
Readonly
is
Required
is
Visible
label?
locale
name
occurrences
parent
Id?
placeholder?
prefix?
private
Data
start
Date?
suffix?
type
value?
visibility
Properties
display
Format
displayFormat
:
string
Optional
end
Date
endDate
?:
DateRestriction
excluded
Days
excludedDays
:
Day
[]
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
locale
locale
:
Locale
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
start
Date
startDate
?:
DateRestriction
Optional
suffix
suffix
?:
ValueWithStyle
type
type
:
VariableType
Optional
value
value
?:
string
visibility
visibility
:
VariableVisibility
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
Format
end
Date
excluded
Days
help
Text
id
is
Readonly
is
Required
is
Visible
label
locale
name
occurrences
parent
Id
placeholder
prefix
private
Data
start
Date
suffix
type
value
visibility
@chili-publish/studio-sdk
Loading...