Websites v4 docs v5.2.5
Preparing search index...
API Reference/Sections
ConfigSetting
Type Alias ConfigSetting
type
ConfigSetting
=
{
configSettings
?:
ConfigSetting
[]
;
defaultArrayItem
?:
MixedSection
;
defaultValue
?:
string
;
description
?:
string
;
falseLabel
?:
string
;
field
:
string
;
fixedSize
?:
boolean
;
initialValue
?:
ConfigSettingInitalValue
;
itemLabel
?:
string
;
label
:
string
;
options
?:
ConfigOption
[]
;
placeholder
?:
string
;
sliderConfig
?:
SliderConfig
;
trueLabel
?:
string
;
type
:
ConfigSettingType
;
}
Index
Properties
config
Settings?
default
Array
Item?
default
Value?
description?
false
Label?
field
fixed
Size?
initial
Value?
item
Label?
label
options?
placeholder?
slider
Config?
true
Label?
type
Properties
Optional
config
Settings
configSettings
?:
ConfigSetting
[]
Optional
default
Array
Item
defaultArrayItem
?:
MixedSection
Optional
default
Value
defaultValue
?:
string
Optional
description
description
?:
string
Optional
false
Label
falseLabel
?:
string
field
field
:
string
Optional
fixed
Size
fixedSize
?:
boolean
Optional
initial
Value
initialValue
?:
ConfigSettingInitalValue
Optional
item
Label
itemLabel
?:
string
label
label
:
string
Optional
options
options
?:
ConfigOption
[]
Optional
placeholder
placeholder
?:
string
Optional
slider
Config
sliderConfig
?:
SliderConfig
Optional
true
Label
trueLabel
?:
string
type
type
:
ConfigSettingType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
Settings
default
Array
Item
default
Value
description
false
Label
field
fixed
Size
initial
Value
item
Label
label
options
placeholder
slider
Config
true
Label
type
Websites v4 docs v5.2.5
Loading...