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

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Currently none inherited from the parent class(es).

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