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

Hierarchy

Properties

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

Deprecated

Generated using TypeDoc