UseTabPanelParameters

external interface UseTabPanelParameters(source)

Properties

Link copied to clipboard
abstract var id: String?

The id of the TabPanel.

Link copied to clipboard
abstract var rootRef: Ref<HTMLElement>?

The ref of the TabPanel.

Link copied to clipboard
abstract var value: dynamic

The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected.