tornadofx / tornadofx / JsonModel / update

update

open fun update(source: JsonModel): Unit

Copy all properties from the given source object to this object by converting to JSON and then updating this object.

Parameters

source - The source object to extract properties from