infoOverlay
Add an InfoOverlay to this container.
Return
the control added.
inline fun infoOverlay(content: Node? = null, text: String? = null, configuration: KtfxInfoOverlay.() -> Unit): InfoOverlay
Create an InfoOverlay with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.infoOverlay(content: Node? = null, text: String? = null, configuration: KtfxInfoOverlay.() -> Unit): InfoOverlay
Add an InfoOverlay with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.