Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyFieldTermSetPickerHostProps

interface

PropertyFieldTermSetPickerHost properties interface

Hierarchy

Index

Properties

Optional allowMultipleSelections

allowMultipleSelections: boolean

context

context: IWebPartContext

Optional deferredValidationTime

deferredValidationTime: number

Optional disabled

disabled: boolean

Optional displayOnlyTermSetsAvailableForTagging

displayOnlyTermSetsAvailableForTagging: boolean

Optional excludeOfflineTermStores

excludeOfflineTermStores: boolean

Optional excludeSystemGroup

excludeSystemGroup: boolean

Optional initialValues

initialValues: ISPTermSets

key

key: string

label

label: string

Optional onGetErrorMessage

onGetErrorMessage: function

Type declaration

    • Parameters

      Returns string | Promise<string>

panelTitle

panelTitle: string

properties

properties: any

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