Enumeration: ActionTypes
@ima/core.ActionTypes
Name of actions that can trigger routing
Enumeration Members
CLICK
• CLICK = "click"
Defined in
packages/core/src/router/ActionTypes.ts:6
ERROR
• ERROR = "error"
Defined in
packages/core/src/router/ActionTypes.ts:8
POP_STATE
• POP_STATE = "popstate"
Defined in
packages/core/src/router/ActionTypes.ts:7
REDIRECT
• REDIRECT = "redirect"