Skip to content

@serenity-is/corelib / IGetEditValue

Abstract Class: IGetEditValue

Defined in: src/interfaces/igeteditvalue.ts:6

Type token for editors that can write their value into a target object.

Constructors

Constructor

new IGetEditValue(): IGetEditValue

Returns

IGetEditValue

Properties

[typeInfo]

static [typeInfo]: InterfaceTypeInfo<"Serenity.">

Defined in: src/interfaces/igeteditvalue.ts:7

Methods

getEditValue()

getEditValue(property, target): void

Defined in: src/interfaces/igeteditvalue.ts:16

Writes the editor value into the target object.

Parameters

property

PropertyItem

Property metadata for the field.

target

any

Object to populate.

Returns

void