lustre_alpine/event

Types

pub type EventModifier {
  Prevent
  Stop
  Outside
  Window
  Document
  Once
  Debounce(ms: option.Option(Int))
  Throttle(ms: option.Option(Int))
  Self
  Camel
  Dot
  Passive
  Capture
}

Constructors

  • Prevent
  • Stop
  • Outside
  • Window
  • Document
  • Once
  • Debounce(ms: option.Option(Int))
  • Throttle(ms: option.Option(Int))
  • Self
  • Camel
  • Dot
  • Passive
  • Capture
Search Document