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

Property Type Overrides
id "ly.img.action.navigationBar" OrderComponent.id
key string OrderComponent.key
onClick () => void Promise<void>
label string -
icon? string -
variant? "regular" "plain"
color? "accent" "danger"
isDisabled? boolean -
isLoading? boolean -