Typescript SDK Type Docs
    Preparing search index...

    Interface Asset

    interface Asset {
        custom?: Custom;
        description?: LocalizedString;
        key: string;
        name: LocalizedString;
        sources: AssetSource[];
        tags?: string[];
    }
    Index

    Properties

    custom?: Custom

    Custom Fields defined for the Asset.

    description?: LocalizedString

    Description of the Asset.

    key: string

    User-defined identifier for the asset. Asset keys are unique inside their container (a product variant or a category).

    Name of the Asset.

    sources: AssetSource[]
    tags?: string[]

    Keywords for categorizing and organizing Assets.