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#

PropertyTypeInherited from
show?booleanUserInterfaceElement.show
position?NavigationPosition-
title?nullstring
action?object-
action.close?boolean
action.back?boolean
action.save?boolean
action.export?boolean
action.share?boolean
action.load?boolean
action.download?boolean
action.custom?UserInterfaceCustomAction[]-