path

fun NodeManager.path(): Path

Add a Path to this manager.

Return

the control added.


inline fun path(configuration: KtfxPath.() -> Unit): Path

Create a Path with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.path(configuration: KtfxPath.() -> Unit): Path

Add a Path with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.