Class: KeyValueItemProxy¶
KeyValueItemProxy is a developer-facing class that provides access to a keyValueItem control. It is passed to rules to provide access to a control for application-specific customizations.
Hierarchy¶
-
KeyValueItemProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new KeyValueItemProxy(context: IContext): KeyValueItemProxy
Overrides ControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: KeyValueItemProxy
Methods¶
redraw¶
▸ redraw(): Promise‹any›
Implementation of IKeyValueItemProxy
Overrides ControlProxy.redraw
Redraw control is not supported. Instead, the parent section redraw is triggered.
Returns: Promise‹any›