Search
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#

PropertyTypeDescriptionInherited from
show?boolean-UserInterfaceElement.show
position?NavigationPosition--
title?string--
action?objectDeprecated Use the Order API to configure the actions instead.-
action.close?booleanUserInterfaceElement
action.back?booleanUserInterfaceElement
action.save?booleanUserInterfaceElement
action.export?booleanUserInterfaceExportAction
action.share?booleanUserInterfaceElement
action.load?booleanUserInterfaceElement
action.download?booleanUserInterfaceElement
action.custom?UserInterfaceCustomAction[]Deprecated Use the Order API to configure the actions instead.-