rapid-render
Preparing search index...
IAsset
Interface IAsset
Interface for an asset to be loaded.
interface
IAsset
{
name
:
string
;
type
:
"audio"
|
"image"
|
"json"
;
url
:
string
;
}
Index
Properties
name
type
url
Properties
name
name
:
string
type
type
:
"audio"
|
"image"
|
"json"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
url
rapid-render
Loading...
Interface for an asset to be loaded.