Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DropdownOptionProps

Hierarchy

  • DropdownOptionProps

Index

Properties

className

className: string

Optional component

component: any

index

index: number

Optional style

style: CSSProperties

Optional value

value: string

Methods

onClick

  • onClick(optionIndex: number, optionValue: string): any
  • Parameters

    • optionIndex: number
    • optionValue: string

    Returns any

onFocus

  • onFocus(optionIndex: number): any

onHover

  • onHover(optionIndex: number, optionValue: string): any
  • Parameters

    • optionIndex: number
    • optionValue: string

    Returns any

Generated using TypeDoc