Search
Loading...
Skip to content

Interface: NavigationBarCustomActionButton

Interface representing a generic Action Button in the navigation bar component. Note: This component requires a key and has a required label, unlike other action buttons.

Extends#

Indexable#

[key: string]: unknown

Properties#

PropertyTypeOverrides
id"ly.img.action.navigationBar"OrderComponent.id
keystringOrderComponent.key
onClick() => voidPromise<void>
labelstring-
icon?string-
variant?"regular""plain"
color?"accent""danger"
isDisabled?boolean-
isLoading?boolean-