propertySheet

fun NodeManager.propertySheet(items: ObservableList<PropertySheet.Item>? = null): PropertySheet

Add a PropertySheet to this manager.

Return

the control added.


inline fun propertySheet(items: ObservableList<PropertySheet.Item>? = null, configuration: PropertySheet.() -> Unit): PropertySheet

Create a PropertySheet with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.propertySheet(items: ObservableList<PropertySheet.Item>? = null, configuration: PropertySheet.() -> Unit): PropertySheet

Add a PropertySheet with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.