Search


Search something to see results

CompositionEventInit

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

Hierarchy (View Summary)

Index

Properties

Properties

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