scope
Home > @gooddata/sdk-model > IRemotePluggableApplicationModule > scope
IRemotePluggableApplicationModule.scope property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Unique module federation scope value (must match the remote module definition during build) Must be unique within the same remote federation to not share dependencies and scope with another application.
Signature:
scope: string;
Example
"my-remote-federated-module"