Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyFieldSPListMultiplePickerPropsInternal

interface

Private properties of the PropertyFieldSPListMultiplePicker custom field. We separate public & private properties to include onRender & onDispose method waited by the PropertyFieldCustom, witout asking to the developer to add it when he's using the PropertyFieldSPListMultiplePicker.

Hierarchy

Index

Properties

Optional baseTemplate

baseTemplate: number

context

context: IWebPartContext

Optional deferredValidationTime

deferredValidationTime: number

Optional disabled

disabled: boolean

Optional includeHidden

includeHidden: boolean

key

key: string

label

label: string

Optional onGetErrorMessage

onGetErrorMessage: function

Type declaration

    • (value: string[]): string | Promise<string>
    • Parameters

      • value: string[]

      Returns string | Promise<string>

Optional orderBy

properties

properties: any

Optional selectedLists

selectedLists: string[]

targetProperty

targetProperty: string

Methods

onDispose

  • onDispose(elem: HTMLElement): void

onPropertyChange

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

onRender

  • onRender(elem: HTMLElement): void

Generated using TypeDoc