Interface ExperienceMetadataProps

Extended metadata shape for Experience entities only. Adds name? for variant labeling (SPA-3939), mirroring upstream ExperienceMetadata.

interface ExperienceMetadataProps {
    concepts?: Link<"TaxonomyConcept">[];
    name?: string;
    tags?: Link<"Tag">[];
}

Hierarchy (view full)

Properties

Properties

concepts?: Link<"TaxonomyConcept">[]
name?: string
tags?: Link<"Tag">[]