Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/VariableTypes
DateVariablePropertiesDeltaUpdate
Interface DateVariablePropertiesDeltaUpdate
interface
DateVariablePropertiesDeltaUpdate
{
displayFormat
?:
{
value
:
string
}
;
endDate
?:
{
value
:
null
|
DateRestriction
}
;
excludedDays
?:
{
value
:
null
|
Day
[]
}
;
locale
?:
{
value
:
Locale
}
;
startDate
?:
{
value
:
null
|
DateRestriction
}
;
}
Index
Properties
display
Format?
end
Date?
excluded
Days?
locale?
start
Date?
Properties
Optional
display
Format
displayFormat
?:
{
value
:
string
}
Optional
end
Date
endDate
?:
{
value
:
null
|
DateRestriction
}
Optional
excluded
Days
excludedDays
?:
{
value
:
null
|
Day
[]
}
Optional
locale
locale
?:
{
value
:
Locale
}
Optional
start
Date
startDate
?:
{
value
:
null
|
DateRestriction
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
Format
end
Date
excluded
Days
locale
start
Date
@chili-publish/studio-sdk
Loading...