Button Properties

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

badge?: IBadgeProps<Element>
className?: string

Custom class names.

controls?: string | string[]
data?: any
description?: string
dismiss?: string
el?: HTMLElement

The element to render the component to.

href?: string
iconClassName?: string
iconSize?: number
iconType?: Function | SVGImageElement
id?: string
isBlock?: boolean
isDisabled?: boolean
isExpanded?: boolean
isLarge?: boolean
isLink?: boolean
isSmall?: boolean
label?: string
onClick?: ((button?, ev?) => void)

Type declaration

    • (button?, ev?): void
    • Parameters

      Returns void

spinnerProps?: ISpinnerProps
tabIndex?: number
target?: string
text?: string
title?: string
toggle?: string
toggleObj?: any
trigger?: string
type?: number

Generated using TypeDoc