Unblu Branch Client App Component API
Preparing search index...
LocaleChangeEvent
Interface LocaleChangeEvent
Event emitted every time the locale change
See
UnbluBranchClientAppElement.LOCALE_CHANGE
UnbluBranchClientAppElement.addEventListener
UnbluBranchClientAppElement.removeEventListener
Custom Event
LocaleChangeListener
for the corresponding javascript event on the initialized
UnbluBranchClientApi
instance
No Inherit Doc
interface
LocaleChangeEvent
{
detail
:
string
;
}
Hierarchy
CustomEvent
<
string
>
LocaleChangeEvent
Index
Properties
detail
Properties
Readonly
detail
detail
:
string
locale (language tag)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
Unblu Branch Client App Component API
Loading...
Event emitted every time the locale change
See
No Inherit Doc