Saxonberg Server API
    Preparing search index...

    Interface BrandDescriptor

    The runtime descriptor the catalogue caches — a plain projection of a Brand template's data. owner === '' is the independent marker the catalogue / logic interprets (resolves to a null corpo).

    interface BrandDescriptor {
        category: string;
        descriptor: string;
        key: string;
        name: string;
        owner: string;
        positioning: string;
    }
    Index

    Properties

    category: string
    descriptor: string
    key: string
    name: string
    owner: string

    Owning Corpo key, or '' for an independent (no corpo mark).

    positioning: string