Theia API Documentation v1.65.0
    Preparing search index...
    interface ItemData {
        content: string;
        index: number;
        isHighlighted?: boolean;
        node: ReactNode;
        variable?: VariableDecoration;
    }
    Index

    Properties

    content: string
    index: number
    isHighlighted?: boolean
    node: ReactNode