Interface JExtensionServerOverride

interface JExtensionServerOverride {
    extensionUniqueIdentifier: string;
    jsUrl: string;
}

Properties

extensionUniqueIdentifier: string

The extension's override unique identifier.

For JMap CLoud, this would be the JCoreExtension.jmapCloudExtensionUrn property of your extension

For JMap Server, this would be the JCoreExtension.serverExtensionId property of your extension

jsUrl: string