SW Combine SDK
    Preparing search index...

    Interface ItemEntityValue

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

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

    Properties

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