Theia API Documentation v1.65.0
    Preparing search index...
    interface TestItemDTO {
        busy: boolean;
        canResolveChildren: boolean;
        children?: TestItemDTO[];
        description?: string;
        error?: string | MarkdownString;
        id: string;
        label: string;
        range?: Range;
        sortKey?: string;
        tags: string[];
        uri?: UriComponents;
    }
    Index

    Properties

    busy: boolean
    canResolveChildren: boolean
    children?: TestItemDTO[]
    description?: string
    error?: string | MarkdownString
    id: string
    label: string
    range?: Range
    sortKey?: string
    tags: string[]