Skip to content

@serenity-is/corelib / PropertyFieldEditor

Function: PropertyFieldEditor()

PropertyFieldEditor(props): void

Defined in: src/ui/widgets/propertygrid.tsx:50

Creates and initializes the editor widget for a property field, applying editor params, max length, placeholder and editor addons.

Parameters

props

Editor rendering props.

fieldElement

PropertyFieldElement

idPrefix?

string

item

Pick<PropertyItem, "editorCssClass" | "editorType" | "editorParams" | "maxLength" | "name" | "editorAddons" | "placeholder">

localTextPrefix?

string

Returns

void