Presentation Class

Static class used to statically set up Presentation library for the frontend. Basically what it does is:

Methods

Name Description
initialize(props?: PresentationManagerProps): void Static Initializes Presentation library for the frontend.  
terminate(): void Static Terminates Presentation library frontend.  

Properties

Name Type Description
favoriteProperties Accessor Static FavoritePropertiesManager The singleton FavoritePropertiesManager. Beta
i18n Accessor Static I18N The localization manager used by Presentation frontend.  
presentation Accessor Static PresentationManager The singleton PresentationManager.  
selection Accessor Static SelectionManager The singleton SelectionManager.  

Defined in

Last Updated: 05 June, 2020