Search


Search something to see results

ToggleEventInit

interface ToggleEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    newState?: string;
    oldState?: string;
}

Hierarchy (View Summary)

Index

Properties

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
newState?: string
oldState?: string