Search Docs
Loading...
Skip to content

Interface: UserInterfaceNavigation

Interface representing the navigation in the user interface.

  • position: Optional position of the navigation.
  • title: Optional title for the navigation.
  • action: Optional object containing actions for the navigation.

Extends#

Properties#

Property Type Description Inherited from
show? boolean - UserInterfaceElement.show
position? NavigationPosition - -
title? string - -
action? object Deprecated Use the Order API to configure the actions instead. -
action.close? boolean UserInterfaceElement
action.back? boolean UserInterfaceElement
action.save? boolean UserInterfaceElement
action.export? boolean UserInterfaceExportAction
action.share? boolean UserInterfaceElement
action.load? boolean UserInterfaceElement
action.download? boolean UserInterfaceElement
action.custom? UserInterfaceCustomAction[] Deprecated Use the Order API to configure the actions instead. -