Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAccordionProps<T>

Accordion Properties

Type parameters

  • T

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: IAccordion) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional id

id: string

Optional items

items: Array<IAccordionItem<T>>

Optional options

Generated using TypeDoc