Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRadioContext<Value>

Type parameters

  • Value

Hierarchy

  • IRadioContext

Index

Properties

disabled

disabled: boolean

onRadioChange

onRadioChange: ((e: IRadioEvent<Value>) => void) | null | undefined

readOnly

readOnly: boolean

value

value: Value | undefined

Methods

isValueEqual

  • isValueEqual(a: Value | undefined, b: Value | undefined): boolean

Generated using TypeDoc