Collapse Properties

Type Parameters

  • T = HTMLElement

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

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

      Parameters

      Returns void

className?: string

Custom class names.

content?: string | T
data?: any
el?: HTMLElement

The element to render the component to.

id?: string
isHorizontal?: boolean
isMulti?: boolean
onRender?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      Returns void

Generated using TypeDoc