Interface JAppExtensionEventParams

interface JAppExtensionEventParams {
    extensionId: string;
}

Properties

Properties

extensionId: string