Overlay

interface Overlay

This interface defines the overlay type. It can be used to create custom overlay functionalities.

Functions

render
Link copied to clipboard
js
abstract fun render(renderContext: RenderContext, level: Int)

Properties

method
Link copied to clipboard
js
abstract val method: OverlayMethod
styling
Link copied to clipboard
js
abstract val styling: Style<BasicParams>

Inheritors

DefaultOverlay
Link copied to clipboard