AboutSupportDeveloper GuideVersion 22.3.18
interface ProviderInfo {
    clientAPIVersion?: string;
    icon: string | TaskbarIcon;
    id: string;
    taskbarIconGroup?: string;
    title: string;
}

Hierarchy (view full)

Properties

clientAPIVersion?: string

version of client SDK, set by the API

icon: string | TaskbarIcon

Icon for the provider.

id: string

Unique identifier for the provider.

A non-zero length string.

taskbarIconGroup?: string

The group name to group the taskbar icon with.

title: string

A UI friendly title for the provider platform.