tsargp
    Preparing search index...

    Type Alias WithPreviousInfo

    Extra information about word completion, to be used by completion callbacks.

    type WithPreviousInfo = {
        prev: string[];
    }
    Index

    Properties

    Properties

    prev: string[]

    The parameters preceding the word being completed, if any.