Dropdown Item

Hierarchy

  • IDropdownItem

Properties

className?: string
data?: any
href?: string
iconClassName?: string
iconSize?: number
iconType?: Function | SVGImageElement
isDisabled?: boolean
isDivider?: boolean
isHeader?: boolean
isSelected?: boolean
onClick?: ((item?, ev?) => void)

Type declaration

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

      Returns void

onRender?: ((el, item?) => void)

Type declaration

    • (el, item?): void
    • Parameters

      Returns void

target?: string
text?: string
title?: string
toggle?: string
value?: string

Generated using TypeDoc