@hitachivantara/app-shell-events
v1.0.4
Published
AppShell Events
Downloads
1,945
Keywords
Readme
@hitachivantara/app-shell-events
Hitachi Vantara App Shell Events. Type definitions for App Shell events ecosystem.
Overview
App Shell events mechanism is based at the usage of javascript's CustomEvent (for more detail check here).
This package defines the set of possible type
values and options.detail
type definition.
Installation
The App Shell Events is available as an NPM package, and can be installed with:
npm install @hitachivantara/app-shell-events
More info about App Shell events is available in https://github.com/lumada-design/hv-app-shell/blob/main/docs/notifications.md#notifications and https://github.com/lumada-design/hv-app-shell/blob/main/docs/theming.md#triggering-color-mode-change.