midorable
Preparing search index...
@rutan/midorable
index
ImageAsset
Interface ImageAsset
画像アセット
interface
ImageAsset
{
height
:
number
;
id
:
string
;
source
:
unknown
;
type
:
"image"
;
width
:
number
;
}
Hierarchy (
View Summary
)
Asset
ImageAsset
Index
Properties
height
id
source
type
width
Properties
height
height
:
number
画像の高さ
id
id
:
string
アセットの一意な識別子
source
source
:
unknown
画像のソース
Remarks
何を返すかはプラットフォーム実装依存。
type
type
:
"image"
アセットの種類
width
width
:
number
画像の幅
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
id
source
type
width
midorable
Loading...
画像アセット