Chartbreaker
Preparing search index...
bundle
chartbreaker
OptionExposureRelations
Type Alias OptionExposureRelations
OptionExposureRelations
:
Map
<
string
,
{
dependentNames
:
string
[]
;
exposeWhen
:
boolean
|
(
(
val
:
unknown
)
=>
boolean
)
;
}
,
>
Map where:
key = name of the “parent” option to watch
value = an object with:
exposeWhen
: the boolean that triggers exposing the dependents or a function with the newValue for custom validation
dependentNames
: array of dependent option names whose EXPOSED flag will be toggled
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Legacy Docs
Impressum
Datenschutz/Privacy
Chartbreaker
Loading...
Map where:
exposeWhen
: the boolean that triggers exposing the dependents or a function with the newValue for custom validationdependentNames
: array of dependent option names whose EXPOSED flag will be toggled