Home > @tridion-sites/open-api-client > Keyword
Represents the data of a Keyword used to classify items.
Signature:
export type Keyword = RepositoryLocalObject & {
Description?: string;
IsAbstract?: boolean;
IsRoot?: boolean;
Key?: string;
ParentKeywords?: Array<Link>;
RelatedKeywords?: Array<Link>;
};
References: RepositoryLocalObject, Link