Home > @tridion-sites/open-api-client > Category
Represents the data of a Category of Keywords.
Signature:
export type Category = OrganizationalItem & {
AllowedParentCategories?: Array<Link>;
Description?: string;
IsTaxonomyRoot?: boolean;
KeywordMetadataSchema?: Link;
UseForIdentification?: boolean;
UseForNavigation?: boolean;
XmlName?: string;
};
References: OrganizationalItem, Link