Navbar Item

Hierarchy

  • INavbarItem

Properties

className?: string
classNameItem?: string
data?: any
href?: string
iconClassName?: string
iconSize?: number
iconType?: Function | SVGImageElement
isActive?: boolean
isButton?: boolean
isDisabled?: boolean
items?: IDropdownItem[]
onClick?: ((item?, ev?) => void)

Type declaration

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

      Returns void

onMenuRendering?: ((props) => IPopoverProps)

Type declaration

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

Type declaration

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

      Returns void

target?: string
text?: string
toggle?: string
toggleObj?: any

Generated using TypeDoc