Presentation Class

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

Methods

Name Description
getManager(clientId?: string): PresentationManager Static Get an instance of PresentationManager for specific client  
getRequestTimeout(): number Static Get the time in milliseconds that backend should respond in .  
initialize(props?: PresentationProps): void Static Initializes Presentation library for the backend.  
terminate(): void Static Terminates Presentation.  

Properties

Name Type Description
initProps Accessor StaticReadOnly undefined | PresentationProps Properties used to initialize the presentation framework  

Defined in

Last Updated: 16 April, 2024