Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyFieldCustomListProps

interface

Public properties of the PropertyFieldCustomList custom field

Hierarchy

  • IPropertyFieldCustomListProps

Index

Properties

context

context: IWebPartContext
var

Parent web part context

Optional disabled

disabled: boolean

Whether the property pane field is enabled or not.

fields

var

Defines the fields of the list

headerText

headerText: string
var

Defines the Panel title

Optional key

key: string
var

An UNIQUE key indicates the identity of this control

label

label: string
var

Property field label displayed on top

properties

properties: any
var

Parent Web Part properties

Optional value

value: any[]
var

Initial value

Methods

onPropertyChange

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

    Defines a onPropertyChange function to raise when the selected Color changed. Normally this function must be always defined with the 'this.onPropertyChange' method of the web part object.

    Parameters

    • propertyPath: string
    • oldValue: any
    • newValue: any

    Returns void

Generated using TypeDoc