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

Renders the controls for PropertyFieldPeoplePicker component

Hierarchy

Implements

Index

Constructors

constructor

Properties

context

context: __type

props

props: P & { children?: ReactNode; }

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

Methods

componentWillUnmount

  • componentWillUnmount(): void

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: IPeoplePickerState, callback?: function): void

Generated using TypeDoc