midorable
    Preparing search index...

    バイナリアセット

    interface BinaryAsset {
        content: ArrayBuffer;
        id: string;
        type: "binary";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    content: ArrayBuffer

    バイナリデータの内容

    id: string

    アセットの一意な識別子

    type: "binary"

    アセットの種類