Interface ObservableListenerOpts

Options for event listener functions

Hierarchy

  • ObservableListenerOpts

Properties

buffer?: number

Buffer the listener with this number of milliseconds. When an event is fired multiple times within the buffer period only the last event listener will be called

delay?: number

Delay the listener with this number of milliseconds.

once?: boolean

Fire the listener only once

unshift?: boolean

Put this listener before existing listeners instead of after

Generated using TypeDoc