SW Combine SDK
    Preparing search index...

    Interface MaterialEntityValue

    Material entity value (inner data) Most fields are optional to guard against unpredictable API responses.

    interface MaterialEntityValue {
        entitytype?: "Material";
        images?: EntityImages;
        infotext?: string;
        location?: EntityLocation;
        name?: string;
        owner?: EntityReference;
        protected?: "yes" | "no";
        quantity?: number;
        tags?: EntityTags;
        type?: EntityTypeRef;
        uid: string;
    }
    Index

    Properties

    entitytype?: "Material"
    images?: EntityImages
    infotext?: string
    location?: EntityLocation
    name?: string
    protected?: "yes" | "no"
    quantity?: number
    tags?: EntityTags
    uid: string