Unblu Branch Client App Component API
Preparing search index...
AvailableNamedAreasChangeListener
Type Alias AvailableNamedAreasChangeListener
AvailableNamedAreasChangeListener
:
(
availableNamedAreas
:
NamedAreaAgentAvailability
[]
,
)
=>
void
Listener called whenever the available named areas changes.
Type declaration
(
availableNamedAreas
:
NamedAreaAgentAvailability
[]
)
:
void
Parameters
availableNamedAreas
:
NamedAreaAgentAvailability
[]
Array of the available named areas
Returns
void
See
UnbluBranchClientApi.AVAILABLE_NAMED_AREAS_CHANGE
UnbluBranchClientApi.on
to register for the events
UnbluBranchClientApi.off
to unregister from the events
AvailableNamedAreasChangeEvent
for the corresponding custom events on the
UnbluBranchClientAppElement
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Unblu Branch Client App Component API
Loading...
Listener called whenever the available named areas changes.