@xylabs/sdk-react
    Preparing search index...

    Interface PropertyValue

    interface PropertyValue {
        "@type": string;
        additionalType?: URL;
        alternateName?: Text;
        description?: Text;
        disambiguatingDescription?: Text;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        mainIdentityOfPage?: CreativeWork | URL;
        maxValue?: number;
        measurementTechnique?: URL;
        minValue?: number;
        name?: Text;
        potentialAction?: Action;
        propertyId?: URL;
        sameAs?: URL;
        subjectOf?: Event | CreativeWork;
        unitCode?: URL;
        unitText?: string;
        url?: URL;
        value?: string | number | boolean | Thing;
        valueReference?:
            | Thing
            | PropertyValue
            | QuantitativeValue
            | Enumeration
            | QualitativeValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    additionalType?: URL
    alternateName?: Text
    description?: Text
    disambiguatingDescription?: Text
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    mainIdentityOfPage?: CreativeWork | URL
    maxValue?: number
    measurementTechnique?: URL
    minValue?: number
    name?: Text
    potentialAction?: Action
    propertyId?: URL
    sameAs?: URL
    subjectOf?: Event | CreativeWork
    unitCode?: URL
    unitText?: string
    url?: URL
    value?: string | number | boolean | Thing
    valueReference?:
        | Thing
        | PropertyValue
        | QuantitativeValue
        | Enumeration
        | QualitativeValue