Interface ILabel

interface ILabel {
    askForComment?: boolean;
    categories: string[];
    color?: string;
    default?: string | boolean;
    defaultAsk?: boolean;
    displayName?: string;
    dontCopy?: boolean;
    editors?: string[];
    isNegative?: boolean;
    isSelected?: boolean;
    label: string;
    reportHide?: string;
    reportName: string;
    style: ILabelStyle;
    template?: ILabelTemplate;
    toolTipFilterOn?: string;
}

Properties

askForComment?: boolean
categories: string[]
color?: string
default?: string | boolean
defaultAsk?: boolean
displayName?: string
dontCopy?: boolean
editors?: string[]
isNegative?: boolean
isSelected?: boolean
label: string
reportHide?: string
reportName: string
style: ILabelStyle
template?: ILabelTemplate
toolTipFilterOn?: string

Generated using TypeDoc