@serenity-is/corelib / EditorUtils / loadValue
Function: loadValue()
loadValue(
editor,item,source):void
Defined in: src/ui/editors/editorutils.tsx:119
Loads a value from a source object into an editor.
Parameters
editor
Widget<any>
The editor widget.
item
The property item.
source
any
The source object.
Returns
void