Theia API Documentation v1.65.0
    Preparing search index...

    The render data for a command palette header.

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

    Properties

    Properties

    category: string

    The category of the header.

    indices: null | readonly number[]

    The indices of the matched characters in the category.