ContentVisibilityAutoStateChangeEventInit constructor

ContentVisibilityAutoStateChangeEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. bool skipped,
})

Implementation

external factory ContentVisibilityAutoStateChangeEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  bool skipped,
});