Home > @tridion-sites/open-api-client > ExternalKeyword
Represents an External Keyword (mapped to an external Taxonomy Management System).
Signature:
export type ExternalKeyword = Keyword & {
AlternativeLabels?: Array<string>;
DisplayType?: string;
ExternalMetadata?: FieldsValueDictionary;
ExternalMetadataSchemaFields?: FieldsDefinitionDictionary;
HiddenLabels?: Array<string>;
StubId?: string;
};
References: Keyword, FieldsValueDictionary, FieldsDefinitionDictionary