Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICollapseProps<T>

Collapse Properties

Type parameters

  • T

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: ICollapse) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional content

content: string | T

Optional data

data: any

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional id

id: string

Optional isMulti

isMulti: boolean

Optional onRender

onRender: (props?: ICollapseProps, el?: HTMLElement) => void

Type declaration

Optional options

Generated using TypeDoc