UseTabsListReturnValue

external interface UseTabsListReturnValue(source)

Properties

Link copied to clipboard
abstract var contextValue: dynamic

The value to be passed to the TabListProvider above all the tabs.

Link copied to clipboard
abstract var dispatch: (action: Any) -> Unit

Action dispatcher for the tabs list component. Allows to programmatically control the tabs list.

Link copied to clipboard
abstract var getRootProps: Props

Resolver for the root slot's props.

Link copied to clipboard
abstract var highlightedValue: Any

The value of the currently highlighted tab.

Link copied to clipboard
abstract var isRtl: Boolean

If true, it will indicate that the text's direction in right-to-left.

Link copied to clipboard
abstract var orientation: Orientation

The component orientation (layout flow direction).

Link copied to clipboard
abstract var rootRef: RefCallback<Element>?
Link copied to clipboard
abstract var selectedValue: Any

The value of the currently selected tab.