Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-cesium-engine
/
cesium.engine
/
CreateImageCallback
Create
Image
Callback
typealias
CreateImageCallback
=
(
id
:
String
)
->
PromiseResult
<
HTMLElement
>
(
source
)
A function that creates an image.
Parameters
id
The identifier of the image to load.
See also
Online Documentation