On this page

Interface CompositionEventInit

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

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
data?: string
detail?: number
view?: Window | null
which?: number
Was this helpful?
SDK JS
Reference
CompositionEventInit