midorable
Preparing search index...
@rutan/midorable
index
TextAsset
Interface TextAsset
テキストアセット
Remarks
基本的にテキストは UTF-8 であることを期待している。
interface
TextAsset
{
content
:
string
;
id
:
string
;
type
:
"text"
;
}
Hierarchy (
View Summary
)
Asset
TextAsset
Index
Properties
content
id
type
Properties
content
content
:
string
テキストの内容
id
id
:
string
アセットの一意な識別子
type
type
:
"text"
アセットの種類
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
id
type
midorable
Loading...
テキストアセット
Remarks
基本的にテキストは UTF-8 であることを期待している。