Search


Search something to see results

ContentVisibilityAutoStateChangeEventInit

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

Hierarchy (View Summary)

  • EventInit
    • ContentVisibilityAutoStateChangeEventInit

Index

Properties

Properties

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