View Source NavigationAction
oli / Exports / NavigationAction
Interface: NavigationAction
An action indicating that the current view should navigate to another view. Currently not in use.
Hierarchy
↳
NavigationAction
Table of contents
Properties
Properties
attempt_guid
• attempt_guid: string
Inherited from
Defined in
src/components/activities/types.ts:526
error
• Optional
error: string
Inherited from
Defined in
src/components/activities/types.ts:527
part_id
• part_id: string
Inherited from
Defined in
src/components/activities/types.ts:528
to
• to: string
Defined in
src/components/activities/types.ts:542
type
• type: "NavigationAction"