gossamer/event_init

Types

pub type EventInit {
  Bubbles(Bool)
  Cancelable(Bool)
  Composed(Bool)
}

Constructors

  • Bubbles(Bool)
  • Cancelable(Bool)
  • Composed(Bool)
Search Document