Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWPTaxonomyProps

Taxonomy WebPart Properties

Hierarchy

Index

Properties

Optional cfgElementId

cfgElementId: string

The optional configuration element

Optional className

className: string

The class name.

Optional editForm

The edit form

Optional elementId

elementId: string

The target element id to render the webpart to

Optional helpProps

helpProps: { title?: string; url: string }

The optional help link properties

Type declaration

  • Optional title?: string

    The link title

  • url: string

    The link url

Optional onPostRender

onPostRender: (wp: IWPTaxonomyInfo, ...args: any[]) => void

The post render event

Type declaration

Optional onRenderDisplay

onRenderDisplay: (wp: IWPTaxonomyInfo) => any

The render event triggered when the page is in 'Display' mode

Type declaration

Optional onRenderEdit

onRenderEdit: (wp: IWPTaxonomyInfo) => any

The render event triggered when the page is in 'Edit' mode

Type declaration

Optional onRenderTermSet

onRenderTermSet: (wpInfo: IWPTaxonomyInfo, termSet: ITerm) => void

The on render term set event.

Type declaration

Optional onRenderTermSetTerms

onRenderTermSetTerms: (wpInfo: IWPTaxonomyInfo, terms: Array<ITermInfo>) => void

The on render term set terms event.

Type declaration

Optional onRenderTermSets

onRenderTermSets: (wpInfo: IWPTaxonomyInfo, termSets: Array<ITermSetInfo>) => void

The on render term sets event.

Type declaration

Optional wpClassName

wpClassName: string

The webpart class name

Generated using TypeDoc