Skip to content

@serenity-is/corelib / EditorUtils / setValue

Function: setValue()

setValue(editor, value): void

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

Sets the value of an editor.

Parameters

editor

Widget<any>

The editor widget.

value

any

The value to set.

Returns

void