Loom Engine - v3.1.1
    Preparing search index...

    Interface SaveSlotsOptions

    interface SaveSlotsOptions {
        storage: PersistentStorage;
        prefix?: string;
        maxThumbnailBytes?: number;
    }
    Index

    Properties

    prefix?: string
    maxThumbnailBytes?: number