Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyFieldCustomListHostProps

interface

PropertyFieldCustomListHost properties interface

Hierarchy

Index

Properties

context

context: IWebPartContext

Optional disabled

disabled: boolean

fields

headerText

headerText: string

key

key: string

An UNIQUE key indicates the identity of this contorl.

The PropertyPane uses ReactJS to render its components. ReactJS uses keys to identify a component and if it should be re-rendered or not. This is a performance feature in ReactJS. Please read the following link to understand how to pick the value of the key.

see

https://facebook.github.io/react/docs/lists-and-keys.html#keys

label

label: string

properties

properties: any

targetProperty

targetProperty: string

Optional value

value: any[]

Methods

onDispose

  • onDispose(elem: HTMLElement): void

onPropertyChange

  • onPropertyChange(propertyPath: string, oldValue: any, newValue: any): void

onRender

  • onRender(elem: HTMLElement): void

Generated using TypeDoc