Presentation Class
Static class used to statically set up Presentation library for the frontend. Basically what it does is:
- Create a singleton PresentationManager instance
- Create a singleton SelectionManager instance
- Create a singleton FavoritePropertiesManager] instance
Methods
| Name | Description | |
|---|---|---|
| initialize(props?: PresentationProps): Promise<void> Static | Initializes Presentation library for the frontend. | |
| registerInitializationHandler(handler: () => Promise<() => void>): void Static | Registers an additional handler which will be invoked during Presentation library frontend | |
| terminate(): void Static | Terminates Presentation library frontend. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| favoriteProperties Accessor Static ReadOnly | FavoritePropertiesManager | The singleton FavoritePropertiesManager | |
| localization Accessor Static ReadOnly | Localization | The localization manager used by Presentation frontend. | |
| presentation Accessor Static ReadOnly | PresentationManager | The singleton PresentationManager | |
| selection Accessor Static ReadOnly | SelectionManager | The singleton SelectionManager. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.