Skip to Content

ColumnTaxonomy

Column of taxonomy type.

Interface

interface IColumnTaxonomy extends IColumn { termSet?: string; multiple?: boolean; openTermSet: boolean; }

Properties

termSet

Id of the term set.

  • Type: string

  • Required: No

multiple

Allow more than one taxonomy.

  • Type: boolean

  • Required: No

openTermSet

Specifies if the termset is open for creating new terms.

  • Type: boolean

  • Required: No

  • Default value: false

Last updated on