@serenity-is/corelib / ISetEditValue
Abstract Class: ISetEditValue
Defined in: src/interfaces/iseteditvalue.ts:6
Type token for editors that can be populated from a source object.
Constructors
Constructor
new ISetEditValue():
ISetEditValue
Returns
ISetEditValue
Properties
[typeInfo]
static[typeInfo]:InterfaceTypeInfo<"Serenity.">
Defined in: src/interfaces/iseteditvalue.ts:7
Methods
setEditValue()
setEditValue(
source,property):void
Defined in: src/interfaces/iseteditvalue.ts:16
Populates the editor from a source object.
Parameters
source
any
Object containing property values.
property
Property metadata for the field.
Returns
void