Skip to content
Rescript Kaplay bindings
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Getting started
Game context
Game objects in KAPLAY
Samples
API reference
GitHub
Select theme
Dark
Light
Auto
Kaplay.Asset
Types
t
type
t<
'data
>
=
{
loaded
:
bool
,
data
:
Null
.
t<
'data
>
}
Fields
loaded
bool
data
Null.t
<
'data
>