components
0.14.4
js
components
/
dev.fritz2.components.modal
/
Overlay
Overlay
js
interface
Overlay
Content copied to clipboard
This interface defines the overlay type. It can be used to create custom overlay functionalities.
Functions
Properties
Inheritors
Functions
render
Link copied to clipboard
js
abstract
fun
render
(
renderContext
:
RenderContext
,
level
:
Int
)
Content copied to clipboard
Properties
method
Link copied to clipboard
js
abstract
val
method
:
OverlayMethod
Content copied to clipboard
styling
Link copied to clipboard
js
abstract
val
styling
:
Style
<
BasicParams
>
Content copied to clipboard
Inheritors
DefaultOverlay
Link copied to clipboard