PixiDom - v1.0.0
    Preparing search index...

    Type Alias InputType

    InputType:
        | "insertText"
        | "insertFromPaste"
        | "deleteContentBackward"
        | "deleteContentForward"
        | "deleteByCut"
        | HistoryInputType

    Input type carried by cancelable beforeinput events, mirroring the DOM InputEvent.inputType values.