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

Hierarchy (View Summary)

Properties

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