Interface IconThemeContribution

interface IconThemeContribution {
    description?: string;
    id: string;
    label?: string;
    uiTheme?: UiTheme;
    uri: string;
}

Implemented by

Properties

description?: string
id: string
label?: string
uiTheme?: UiTheme
uri: string