Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISelectOptionProps

Hierarchy

  • ISelectOptionProps

Index

Properties

Optional cid

cid: string

Optional className

className: string

onClick

onClick: function

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

text

text: any

Optional value

value: any

Generated using TypeDoc