The render data for a command palette header.

interface IHeaderRenderData {
    category: string;
    indices: null | readonly number[];
}

Properties

Properties

category: string

The category of the header.

indices: null | readonly number[]

The indices of the matched characters in the category.