Skip to main content

INavigationButtonProps

@spartanfx/react v1.2.2


@spartanfx/react / index / INavigationButtonProps

Interface: INavigationButtonProps

Props passed to custom navigation button renderers.

Use this interface when implementing custom navigation buttons via navigation.renderPrevButton or navigation.renderNextButton.

Properties

PropertyTypeDescription
ariaLabelstringAccessible label for the button.
direction"next" | "prev"Direction of navigation.
disabledbooleanWhether the button is disabled.
onClick() => voidClick handler for the button.