midorable
Preparing search index...
@rutan/midorable
index
Asset
Interface Asset
アプリケーション内で利用するアセットの基本インターフェース
interface
Asset
{
id
:
string
;
type
:
"image"
|
"audio"
|
"text"
|
"binary"
;
}
Hierarchy (
View Summary
)
Asset
AudioAsset
ImageAsset
TextAsset
BinaryAsset
Index
Properties
id
type
Properties
id
id
:
string
アセットの一意な識別子
type
type
:
"image"
|
"audio"
|
"text"
|
"binary"
アセットの種類
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
midorable
Loading...
アプリケーション内で利用するアセットの基本インターフェース