Home > @activeviam/activeui-sdk > ActiveUI
ActiveUI interface
The ActiveUI API.
Signature:
export interface ActiveUI
Properties
| Property | Type | Description |
|---|---|---|
| about | AboutApi | |
| data | DataApi | |
| dragAndDrop | DragAndDropApi | |
| getBookmarksApi | (contentServerUrl: Url) => BookmarksApi | |
| getReports | (reportKeys: [string]) => Promise<Iterable<Report | null | undefined>> | |
| i18n | Internationalization | |
| mdx | MdxApi | |
| queries | QueriesApi | |
| security | AuthenticationHolder | |
| settings | SettingsManager | |
| theming | Theming | |
| widgets | WidgetsApi |