tsargp
    Preparing search index...

    Type Alias WithCompletionInfo

    Information about word completion, to be used by custom parsing callbacks.

    type WithCompletionInfo = {
        completing: boolean;
    }
    Index

    Properties

    Properties

    completing: boolean

    Whether word completion is in effect.