Interface IContextPageConfigTab

interface IContextPageConfigTab {
    baseURL?: string;
    hipchat?: boolean;
    tabId?: string;
    title: string;
    type: ContextPageConfigTabOption;
}

Properties

baseURL?: string
hipchat?: boolean
tabId?: string
title: string
type: ContextPageConfigTabOption

Generated using TypeDoc