@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface CompletionEntryLabelDetails

    interface CompletionEntryLabelDetails {
        description?: string;
        detail?: string;
    }
    Index

    Properties

    description?: string

    An optional string which is rendered less prominently after CompletionEntryLabelDetails.detail. Should be used for fully qualified names or file path.

    detail?: string

    An optional string which is rendered less prominently directly after name, without any spacing. Should be used for function signatures or type annotations.