Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISelectOptionProps

Hierarchy

  • ISelectOptionProps

Index

Properties

Optional cid

cid: string

Optional className

className: string

Optional onClick

onClick: (evt: MouseEvent<HTMLElement>, cid: string) => void

Type declaration

    • (evt: MouseEvent<HTMLElement>, cid: string): void
    • Parameters

      • evt: MouseEvent<HTMLElement>
      • cid: string

      Returns void

Optional onMouseEnter

onMouseEnter: React.MouseEventHandler<HTMLElement>

Optional placeholder

placeholder: string

Optional prefixCls

prefixCls: string

Optional text

text: React.ReactNode

Optional value

value: any

Generated using TypeDoc