meo-skia-canvas
    Preparing search index...

    Type Alias TextInputType

    TextInputType:
        | "insertText"
        | "deleteContentBackward"
        | "deleteContentForward"
        | "insertLineBreak"
        | "insertCompositionText"

    What an input event did to the text, using the names the DOM InputEvent.inputType uses.

    🧪 Not in the HTML Canvas standard.