vot.js - v2.4.12
    Preparing search index...

    Interface InputEventInit

    interface InputEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        data?: null | string;
        dataTransfer?: null | DataTransfer;
        detail?: number;
        inputType?: string;
        isComposing?: boolean;
        targetRanges?: StaticRange[];
        view?: null | Window;
        which?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    data?: null | string
    dataTransfer?: null | DataTransfer
    detail?: number
    inputType?: string
    isComposing?: boolean
    targetRanges?: StaticRange[]
    view?: null | Window
    which?: number