UseButtonParameters

external interface UseButtonParameters(source)

Inheritors

Properties

Link copied to clipboard
abstract var disabled: Boolean?

If true, the component is disabled.

Link copied to clipboard

If true, allows a disabled button to receive focus.

Link copied to clipboard
abstract var href: String?
Link copied to clipboard
Link copied to clipboard
abstract var rootElementName: HtmlTagName<*>?

The HTML element, e.g.'button', 'a' etc

Link copied to clipboard
abstract var rootRef: Ref<Element>?
Link copied to clipboard
abstract var tabIndex: Int?
Link copied to clipboard
abstract var to: String?
Link copied to clipboard
abstract var type: ButtonType?

Type attribute applied when the component is button.