Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IListGroupItem<T>

List Group Item

Type parameters

  • T

Hierarchy

  • IListGroupItem

Index

Properties

Optional badge

Optional className

className: string

Optional content

content: string | T

Optional data

data: any

Optional href

href: string

Optional isActive

isActive: boolean

Optional isDisabled

isDisabled: boolean

Optional onClick

onClick: (el?: HTMLElement, item?: IListGroupItem) => void

Type declaration

Optional onRender

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

Type declaration

Optional tabName

tabName: string

Optional type

type: number

Generated using TypeDoc