tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ClassificationDetail

ClassificationDetail class

Signature:

export declare class ClassificationDetail

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, category, keywords })   Constructs a new instance of the ClassificationDetail class

Properties

Property Modifiers Type Description
_backendModel   BackendClassificationDetail  
category   Link | undefined Link to the category that was used for Classification.
fieldName   string | undefined Name of the field.
fieldPath   string | undefined Path to the field in the data.
getInternalModel   () => BackendClassificationDetail  
isMetadataField   boolean Indicates whether the field is a “metadata” field.
keywords   ReadonlyArray<Link> | undefined Keywords that apply to the field.