Interface WindowTitleContribution

interface WindowTitleContribution {
    enhanceTitle(title, parts): string;
}

Methods

Methods