Circle V2 API Docs
    Preparing search index...

    Type Alias CompletionEntry

    type CompletionEntry = {
        detail: string;
        label: string;
        snippet?: string;
    }
    Index

    Properties

    Properties

    detail: string
    label: string
    snippet?: string

    Snippet template inserted in place of the default heading line. Include the #/## prefix; ${n:label} placeholders become tab stops.