Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyFieldAlignPickerPropsInternal

interface

Private properties of the PropertyFieldAlignPicker 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 PropertyFieldAlignPicker.

Hierarchy

Index

Properties

Optional context

context: any

Instance specific context. This context is passed back to the web part in the onRender and onDispose APIs. The web part can use this context to manage state information.

Optional deferredValidationTime

deferredValidationTime: number

Optional disabled

disabled: boolean

Optional initialValue

initialValue: string

key

key: string

label

label: string

Optional onGetErrorMessage

onGetErrorMessage: function

Type declaration

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

      • value: string

      Returns string | Promise<string>

properties

properties: any

targetProperty

targetProperty: string

Methods

onDispose

  • onDispose(elem: HTMLElement): void

onPropertyChanged

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

onRender

  • onRender(elem: HTMLElement): void

Generated using TypeDoc