Interface IAccordionProps<T>

Accordion Properties

Type Parameters

  • T = HTMLElement

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

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

      Parameters

      Returns void

autoCollapse?: boolean
className?: string

Custom class names.

el?: HTMLElement

The element to render the component to.

id?: string
items?: IAccordionItem<T>[]

Generated using TypeDoc