Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadioConnected

Hierarchy

  • Component<object, null>
    • RadioConnected

Implements

  • ComponentLifecycle<object, null>

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Optional props: object
      • callback: function
          • (val: string): any
          • Parameters

            • val: string

            Returns any

      • Optional inline?: boolean
      • items: string[]
      • selectedIndex: number
      • title: string
    • Optional context: any

    Returns RadioConnected

Properties

context

context: any

props

props: Readonly<{ children?: ReactNode; }> & Readonly<P>

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

state: Readonly

Methods

forceUpdate

  • forceUpdate(callBack?: function): void
  • Parameters

    • Optional callBack: function
        • (): any
        • Returns any

    Returns void

render

  • render(): Element
  • Returns Element

setState

  • setState<K>(f: function, callback?: function): void
  • setState<K>(state: Pick, callback?: function): void
  • Type parameters

    • K: keyof S

    Parameters

    • f: function
        • (prevState: null, props: object): Pick
        • Parameters

          • prevState: null
          • props: object
            • callback: function
                • (val: string): any
                • Parameters

                  • val: string

                  Returns any

            • Optional inline?: boolean
            • items: string[]
            • selectedIndex: number
            • title: string

          Returns Pick

    • Optional callback: function
        • (): any
        • Returns any

    Returns void

  • Type parameters

    • K: keyof S

    Parameters

    • state: Pick
    • Optional callback: function
        • (): any
        • Returns any

    Returns void

Generated using TypeDoc