midorable
    Preparing search index...

    テキストアセット

    基本的にテキストは UTF-8 であることを期待している。

    interface TextAsset {
        content: string;
        id: string;
        type: "text";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    content: string

    テキストの内容

    id: string

    アセットの一意な識別子

    type: "text"

    アセットの種類