Taxonomy WebPart Edit Form

Hierarchy

Properties

actions?: IButtonProps[]

The form action buttons displayed in the footer of the modal.

onRenderForm?: ((wpInfo?) => void | IFormControlProps[] | PromiseLike<IFormControlProps[]>)

Type declaration

onSave?: ((wpCfg?, form?) => IWPTaxonomyCfg)

Type declaration

onTermGroupChanged?: ((wpInfo, termGroupInfo?) => void)

Type declaration

    • (wpInfo, termGroupInfo?): void
    • The term group changed event.

      Parameters

      Returns void

onTermGroupsLoaded?: ((wpInfo, termGroups) => IDropdownItem[])

Type declaration

onTermSetChanged?: ((wpInfo, termSetInfo?) => void)

Type declaration

    • (wpInfo, termSetInfo?): void
    • The term set changed event.

      Parameters

      Returns void

onTermSetTermChanged?: ((wpInfo, termInfo?) => void)

Type declaration

    • (wpInfo, termInfo?): void
    • The term set term changed event.

      Parameters

      Returns void

onTermSetTermsLoaded?: ((wpInfo, terms?) => IDropdownItem[])

Type declaration

onTermSetsLoaded?: ((wpInfo, termSets?) => IDropdownItem[])

Type declaration

showSaveButton?: boolean

True to hide the save button.

showTermSetTerms?: boolean

Flag to display the term set terms.

Generated using TypeDoc