Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

EVENT_BREAKPOINT_CHANGE

EVENT_BREAKPOINT_CHANGE: = "breakpoint__change"

Emitted when the BreakpointService is used. It is called every time when the browser window is resized and the breakpoint was changed

EVENT_HASH_UPDATE

EVENT_HASH_UPDATE: = "hash__update"

If you change the hash and don't want EVENT_ON_HASH_CHANGE to be triggered by it, emit this event first and set the args: {new: "#/new/hash"}

EVENT_ON_HASH_CHANGE

EVENT_ON_HASH_CHANGE: = "hash__change"

Emitted when the registerEventOnHashChange() helper was invoked. It is triggered every time the user moves in the history forwards or backwards.

EVENT_RESIZE_THROTTLED

EVENT_RESIZE_THROTTLED: = "resize__throttled"

Emitted when the registerEventResizeThrottled() helper was invoked. It is called every time the window is resized, but which has a debounce rate of 150ms

EVENT_SCROLL_THROTTLED

EVENT_SCROLL_THROTTLED: = "scroll__throttled"

Emitted when the registerEventScrollThrottled() helper was invoked. It is called every time the window is scrolled, but which has a debounce rate of 150ms

Generated using TypeDoc