KC's Workspace
    Preparing search index...
    interface SymbolDisplayPart {
        kind: string;
        text: string;
    }
    Index

    Properties

    Properties

    kind: string

    The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

    text: string

    Text of an item describing the symbol.