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¶
-
ResetableSectionProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new ResetableSectionProxy(context
: IContext): ResetableSectionProxy
Overrides SectionProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: ResetableSectionProxy
Properties¶
Accessors¶
Methods¶
reset¶
▸ reset(): Promise‹any›
Implementation of IResetableSectionProxy
Reset all FormCell controls in the FormCellSection
Returns: Promise‹any›