Skip to content

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

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>

Redraw control is not supported. Instead, the parent section redraw is triggered.

Implementation of IKeyValueItemProxy.redraw Overrides ControlProxy.redraw

Returns: Promise<any>