API Reference > presentation-frontend > Core > Presentation 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?: PresentationManagerProps): Promise<void> Static Initializes Presentation library for the frontend. terminate(): void Static Terminates Presentation library frontend. Properties Name Type Description connectivity Accessor StaticReadOnly Provides information about current connection status. favoriteProperties Accessor StaticReadOnly FavoritePropertiesManager The singleton FavoritePropertiesManager i18n Accessor StaticReadOnly I18N The localization manager used by Presentation frontend. presentation Accessor StaticReadOnly PresentationManager The singleton PresentationManager selection Accessor StaticReadOnly SelectionManager The singleton SelectionManager Defined in presentation/frontend/src/presentation-frontend/Presentation.ts Line 38 Last Updated: 12 June, 2024