Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an application registered in the platform.

Hierarchy

  • Application

Index

Properties

activatorLoadTimeout?: number

Maximum time (in milliseconds) that the host waits for this application to signal readiness.

This is the effective timeout, i.e, either the application-specific timeout as defined in ApplicationConfig.activatorLoadTimeout, or the global timeout as defined in MicrofrontendPlatformConfig.activatorLoadTimeout, otherwise undefined.

baseUrl: string

URL to the application root.

intentionCheckDisabled: boolean

Indicates whether or not this application can issue intents for which it has not declared a respective intention.

intentionRegisterApiDisabled: boolean

Indicates whether or not 'Intention Registration API' is disabled for this application.

manifestLoadTimeout?: number

Maximum time (in milliseconds) that the host waits until the manifest for this application is loaded.

This is the effective timeout, i.e, either the application-specific timeout as defined in ApplicationConfig.manifestLoadTimeout, or the global timeout as defined in MicrofrontendPlatformConfig.manifestLoadTimeout, otherwise undefined.

manifestUrl: string

URL to the manifest of this application.

messageOrigin: string

Specifies the origin where message from this application must originate from. Messages of a different origin will be rejected.

name: string

Name of the application as specified in the manifest.

scopeCheckDisabled: boolean

Indicates whether or not capability scope check is disabled for this application.

symbolicName: string

Unique symbolic name of the application.

Generated using TypeDoc