• JMap.Application.Extension.isRegistered

    Tells if an JMap Cloud NG extension has been registered or not.

    It can be usefull to know if a JMap Cloud NG extension is in use or not.

    Parameters

    • extensionId: string

      The extension id

    Returns boolean

    Throws

    Error if extensionId format is not correct

    Example

    // returns true if extension id="my-extension" is in use or not
    JMap.Extension.isRegistered("my-extension")