Skip to content

Interface: IFormCellTargetProxy

A designer-facing interface that provides access to a formcell's target. It is passed to rules to provide access to a formcell's target for application specific customizations.

Hierarchy

Implemented by

Summary

Methods

Class Methods

Inherited Methods

Methods

getDisplayValue

getDisplayValue(): string

Returns: string


getReturnValue

getReturnValue(): string

Returns: string


setDisplayValue

setDisplayValue(value: string): any

Parameters:

Name Type
value string

Returns: any


setReturnValue

setReturnValue(value: string): any

Parameters:

Name Type
value string

Returns: any