Preparing search index...
The search index is not available
@atomic-reactor/reactium-sdk-core
@atomic-reactor/reactium-sdk-core
ZoneControlConfigs
Interface ZoneControlConfigs
interface
ZoneControlConfigs
{
byId
:
{
[
id
:
string
]
:
{
type
:
string
;
zone
:
string
;
}
;
}
;
zoneControls
:
{
[
zone
:
string
]
:
{
[
T
in
ZoneControlType
]
?:
{
[
id
:
string
]
:
ZoneControlConfig
;
}
}
;
}
;
}
Index
Properties
by
Id
zone
Controls
Properties
by
Id
by
Id
:
{
[
id
:
string
]
:
{
type
:
string
;
zone
:
string
;
}
;
}
Type declaration
[
id
:
string
]:
{
type
:
string
;
zone
:
string
;
}
type
:
string
zone
:
string
zone
Controls
zone
Controls
:
{
[
zone
:
string
]
:
{
[
T
in
ZoneControlType
]
?:
{
[
id
:
string
]
:
ZoneControlConfig
;
}
}
;
}
Type declaration
[
zone
:
string
]:
{
[
T
in
ZoneControlType
]
?:
{
[
id
:
string
]
:
ZoneControlConfig
;
}
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
by
Id
zone
Controls
@atomic-reactor/reactium-sdk-core
Loading...