Type alias WithComp<C>

WithComp<C>: {
    comp: C;
}

Information about word completion to be used by custom callbacks.

Type Parameters

  • C

    The completion data type

Type declaration

  • comp: C

    True if performing word completion, or the word being completed.