Skip to content

Class: ResetableSectionProxy

A ResetableSectionProxy can get/set can reset the controls in the section.

It is passed to rules to provide access to a resetable section for application specific customizations.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

None in this class.

Inherited Properties

Accessors

Class Accessors

None in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new ResetableSectionProxy(context: IContext): ResetableSectionProxy

Overrides SectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: ResetableSectionProxy

Methods

reset

reset(): Promise‹any›

Implementation of IResetableSectionProxy

Reset all FormCell controls in the FormCellSection

Returns: Promise‹any›