TermSet
Displays a certain term set in a taxonomy type field.
Interface
interface ITermSetField extends IBaseField {
termSetNameOrID: string;
multiple?: boolean;
}
Example
TermSet
{
"name": "category",
"type": "TermSet",
"label": {
"en-US": "Category",
"es-ES": "Categoría"
},
"description": {
"en-US": "Select a category for your article",
"es-ES": "Seleccione la categoría del artículo"
},
"termSetNameOrID": "2bd88977-3669-4cb4-a022-9fbcc7b5faa1"
}
Properties
type
Must be “TermSet”.
-
Type:
"TermSet"
-
Required: Yes
termSetNameOrID
Id or Name of term set.
-
Type:
string
-
Required: Yes
multiple
if true
, allows select more than one term.
-
Type:
boolean
-
Required: No