Unblu Embedded App Component API
Preparing search index...
ViewModeChangeEvent
Interface ViewModeChangeEvent
Event emitted every time the view mode changes.
See
UnbluEmbeddedAppElement.VIEW_MODE_CHANGE
UnbluEmbeddedAppElement.addEventListener
UnbluEmbeddedAppElement.removeEventListener
Custom Event
UnbluEmbeddedApi.ViewModeChangeListener for the corresponding javascript event on the initialized
UnbluEmbeddedApi
instance
No Inherit Doc
interface
ViewModeChangeEvent
{
detail
:
ViewMode
;
}
Hierarchy
CustomEvent
<
ViewMode
>
ViewModeChangeEvent
Index
Properties
detail
Properties
Readonly
detail
detail
:
ViewMode
The new view mode
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
Unblu Embedded App Component API
Loading...
Event emitted every time the view mode changes.
See
No Inherit Doc