Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ActionTrigger

The reason which triggered the search result dispatch callback.

Index

Enumeration members

Enumeration members

FocusChange

FocusChange = "focus-change"

The search result was dispatched back because the user has focused on another search result.

Reload

Reload = "reload"

The search result was dispatched back because there was a load error and the user requested a reload.

UserAction

UserAction = "user-action"

The search result dispatch was triggered with a regular user action (click, hotkey, etc.)

Generated using TypeDoc