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): 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 presentation/frontend/src/Presentation.ts Line 31 Last Updated: 13 June, 2024