Web Components for Insights Hub and Industrial IoT
Event Type View
The Event Type View displays a list of all the event types which can be used. For example, for filtering the Event View.
The component supports as view mode List
or Tree
. It will display all tenants from the active tenant in addition to event types which are defined globally.
Examples¶
List¶
Tree¶
Interface¶
Models¶
IDataModel
interface IDataModel {
// forces reload of data, e.g. re-loading the event types
refresh(): void;
}
Roles¶
mdsp:core:em.xxx
(Event Management API is used)
Snippets¶
Display event types of the current tenant in addition to event types which are defined globally¶
<mdsp-event-type-view></mdsp-event-type-view>
Except where otherwise noted, content on this site is licensed under the Development License Agreement.
Last update: April 13, 2023