interface CompositionEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    data?: string;
    detail?: number;
    view?: null | Window;
    which?: number;
}

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
data?: string
detail?: number
view?: null | Window
which?: number

Deprecated

Generated using TypeDoc