path

inline fun NodeContainer.path(): Path

Add a Path to this container.

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 NodeContainer.path(configuration: KtfxPath.() -> Unit): Path

Add a Path with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.