Skip to content

@serenity-is/corelib / EditorUtils / saveValue

Function: saveValue()

saveValue(editor, item, target): void

Defined in: src/ui/editors/editorutils.tsx:64

Saves an editor's value into a target object.

Parameters

editor

Widget<any>

The editor widget.

item

PropertyItem

The property item.

target

any

The target object.

Returns

void