midorable
    Preparing search index...

    Interface LoadAllAssetEntry

    interface LoadAllAssetEntry {
        key: string;
        src: string;
        type: "image" | "audio" | "text" | "binary";
    }
    Index

    Properties

    Properties

    key: string
    src: string
    type: "image" | "audio" | "text" | "binary"