ManualKeepPopupOpenStrategy

Properties

Link copied to clipboard
val keepOpenFlow: StateFlow<Boolean>

A flow which represents a stream of decisions by this strategy on whether the popup should stay open or not.

Link copied to clipboard
Link copied to clipboard

A readable convenience property that queries the underlying state flow.

Functions

Link copied to clipboard
fun init(popupElement: HTMLElement)

Initialize any state needed by the strategy.

Link copied to clipboard

A strategy that observes another strategy and reflects its state.

Link copied to clipboard
Link copied to clipboard
fun reset()

Reset the strategy to its initial state.