Skip to content

Interface: IBindableSectionProxy

A IBindableSectionProxy can get/set the section's target. If a section doesn't have a section target, it doesn't support the interface

It is passed to rules to provide access to a section's target for application specific customizations.

Hierarchy

Implemented by

Summary

Properties

Class Properties

None in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getTargetSpecifier

getTargetSpecifier(): ITargetProxy

Gets the target specifier

Returns: ITargetProxy


setTargetSpecifier

setTargetSpecifier(target: ITargetProxy, redraw?: boolean): Promise‹any›

Sets the target specifier and redraws the formcell

throws {Error} if target is incomplete

Parameters:

Name Type Description
target ITargetProxy -
redraw? boolean whether to redraw formcell

Returns: Promise‹any›