DefaultOverlay

class DefaultOverlay(val method: OverlayMethod = OverlayMethod.CoveringTopMost, val styling: Style<BasicParams> = Theme().modal.overlay) : Overlay

Default implementation of an overlay, that simply uses one `Div` as surface to apply some styling like covering the screen with some transparent color.

Constructors

Link copied to clipboard
fun DefaultOverlay(method: OverlayMethod = OverlayMethod.CoveringTopMost, styling: Style<BasicParams> = Theme().modal.overlay)

Functions

Link copied to clipboard
open override fun render(renderContext: RenderContext, level: Int)

Properties

Link copied to clipboard
open override val method: OverlayMethod
Link copied to clipboard
open override val styling: Style<BasicParams>