PageTransitionEventInit constructor

PageTransitionEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. bool persisted,
})

Implementation

external factory PageTransitionEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  bool persisted,
});