Options
All
  • Public
  • Public/Protected
  • All
Menu
class

Renders the controls for PropertyFieldMaskedInput component

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

context

context: __type

props

props: P & { children?: ReactNode; }

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

state: __type

Methods

forceUpdate

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

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

    Returns void

render

  • render(): Element

setState

  • setState(f: function, callback?: function): void
  • setState(state: __type, callback?: function): void
  • Parameters

    Returns void

  • Parameters

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

    Returns void

Generated using TypeDoc