Home > @tridion-sites/models > ClassificationDetail
Signature:
export declare class ClassificationDetail
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, category, keywords }) | Constructs a new instance of the ClassificationDetail class |
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. |