OverlayMethod

enum OverlayMethod : Enum<OverlayMethod>

Enum that categorizes the methods of an overlay implementation.

Entries

CoveringEach
Link copied to clipboard
js
An overlay is rendered for each modal opened, so there are arbitrary pairs of overlay and modal on top.
CoveringTopMost
Link copied to clipboard
js
Only one overlay will be rendered, just beneath the top most modal shown, so that it covers the whole rest of the screen including other modals opened before.

Properties

name
Link copied to clipboard
js
val name: String
ordinal
Link copied to clipboard
js
val ordinal: Int