Interface ContentVisibilityAutoStateChangeEventInit

interface ContentVisibilityAutoStateChangeEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    skipped?: boolean;
}

Hierarchy (view full)

  • EventInit
    • ContentVisibilityAutoStateChangeEventInit

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
skipped?: boolean