Interface: IKeyValueItemProxy¶
A designer-facing interface that provides access to a key value item in a KeyValueCollection
It is passed to rules to provide access to a key value item for application specific customizations.
Hierarchy¶
-
IKeyValueItemProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
redraw¶
▸ redraw(): Promise‹any›
Overrides IControlProxy.redraw
Redraw control is not supported. Instead, the parent section redraw is triggered.
Returns: Promise‹any›