InitParams interface
An interface representing the parameters that are passed to the workload to initialize the application
Properties
bootstrap |
A hint instructs the workload application where it will be navigated to, allowing the workload application to optimize performance by pre-fetching relevant JavaScript before receiving the first navigation message. |
environment |
The environment name of the portal. The 'DEFAULT' is to include the environment that may be added in the future and avoid block issues. |
Property Details
bootstrapPath
A hint instructs the workload application where it will be navigated to, allowing the workload application to optimize performance by pre-fetching relevant JavaScript before receiving the first navigation message.
bootstrapPath: null | string
Property Value
null | string
environmentName
The environment name of the portal. The 'DEFAULT' is to include the environment that may be added in the future and avoid block issues.
environmentName: EnvironmentName
Property Value
EnvironmentName