Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/VariableTypes
NumberVariable
Interface NumberVariable
interface
NumberVariable
{
decimalCharacterStyleId
?:
string
;
decimalSeparator
:
string
;
helpText
?:
null
|
string
;
id
:
string
;
isReadonly
:
boolean
;
isRequired
:
boolean
;
isVisible
:
boolean
;
label
?:
null
|
string
;
maxValue
?:
number
;
minValue
?:
number
;
name
:
string
;
numberOfDecimals
:
number
;
occurrences
:
number
;
parentId
?:
string
;
placeholder
?:
null
|
string
;
prefix
?:
ValueWithStyle
;
privateData
:
PrivateData
;
showStepper
:
boolean
;
stepSize
:
number
;
suffix
?:
ValueWithStyle
;
thousandsSeparator
:
string
;
type
:
VariableType
;
value
:
number
;
visibility
:
VariableVisibility
;
}
Hierarchy (
View Summary
)
Variable
NumberVariable
Index
Properties
decimal
Character
Style
Id?
decimal
Separator
help
Text?
id
is
Readonly
is
Required
is
Visible
label?
max
Value?
min
Value?
name
number
Of
Decimals
occurrences
parent
Id?
placeholder?
prefix?
private
Data
show
Stepper
step
Size
suffix?
thousands
Separator
type
value
visibility
Properties
Optional
decimal
Character
Style
Id
decimalCharacterStyleId
?:
string
decimal
Separator
decimalSeparator
:
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
Optional
max
Value
maxValue
?:
number
Optional
min
Value
minValue
?:
number
name
name
:
string
number
Of
Decimals
numberOfDecimals
:
number
occurrences
occurrences
:
number
Optional
parent
Id
parentId
?:
string
Optional
placeholder
placeholder
?:
null
|
string
Optional
prefix
prefix
?:
ValueWithStyle
private
Data
privateData
:
PrivateData
show
Stepper
showStepper
:
boolean
step
Size
stepSize
:
number
Optional
suffix
suffix
?:
ValueWithStyle
thousands
Separator
thousandsSeparator
:
string
type
type
:
VariableType
value
value
:
number
visibility
visibility
:
VariableVisibility
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decimal
Character
Style
Id
decimal
Separator
help
Text
id
is
Readonly
is
Required
is
Visible
label
max
Value
min
Value
name
number
Of
Decimals
occurrences
parent
Id
placeholder
prefix
private
Data
show
Stepper
step
Size
suffix
thousands
Separator
type
value
visibility
@chili-publish/studio-sdk
Loading...