OpenFin Workspace API
    Preparing search index...

    Interface ProviderInfo

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

    Hierarchy (View Summary)

    Index
    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.