tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > Keyword

Keyword type

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