Search


Search something to see results

CloseEventInit

interface CloseEventInit {
    code?: number;
    reason?: string;
    wasClean?: boolean;
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties

code?: number
reason?: string
wasClean?: boolean
bubbles?: boolean
cancelable?: boolean
composed?: boolean