Skip to main content
Version: 1.0.4

INavigationButtonProps

@spartanfx/react v1.0.4


@spartanfx/react / 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.