AboutSupportDeveloper GuideVersion 38.126.82.64

Identity of a channel provider.

interface ProviderIdentity {
    channelId: string;
    channelName: string;
    name: string;
    uuid: string;
}

Properties

channelId: string

Identifier of the channel.

channelName: string

Channel provider name.

name: string

The name of the component. Must be unique within the owning application.

uuid: string

Universally unique identifier of the application that owns the component.