OpenFin Workspace Platform API
    Preparing search index...

    Interface ViewTabControl

    interface ViewTabControl {
        action: CustomActionSpecifier;
        disabled?: boolean;
        iconUrl?: string | ThemedIcon;
        options?: never;
        position?: ViewTabControlPosition;
        tooltip: string;
    }

    Hierarchy

    Index

    Custom action once the button is clicked

    disabled?: boolean

    Disable custom button true or false

    iconUrl?: string | ThemedIcon

    Icon URL, or URLs selected according to the current color scheme.

    options?: never

    Defaults to before the tab title.

    tooltip: string

    Button name text when hovered over