Interface QuickPickItemHighlights

interface QuickPickItemHighlights {
    description?: Match[];
    detail?: Match[];
    label?: Match[];
}

Properties

description?: Match[]
detail?: Match[]
label?: Match[]