AboutSupportDeveloper GuideVersion 22.3.18

Status object returned by the Provider.

interface ProviderStatus {
    connected: boolean;
    templateAPIVersion?: string;
    version: string;
}

Properties

connected: boolean

The current connection status from the Client to the Provider.

templateAPIVersion?: string

The version number of the Templates API. If the Provider is not connected, this will be null.

version: string

The version number of the Provider. If the Provider is not connected, this will be null.