Class: BindableSectionProxy¶
A BindableSectionProxy can get/set the section's target.
It is passed to rules to provide access to a section's target for application specific customizations.
Hierarchy¶
-
BindableSectionProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new BindableSectionProxy(context
: IContext): BindableSectionProxy
Overrides SectionProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: BindableSectionProxy
Properties¶
Accessors¶
Methods¶
getTargetSpecifier¶
▸ getTargetSpecifier(): ITargetProxy
Implementation of IBindableSectionProxy
Get a target specifier from this section
Returns: ITargetProxy
setTargetSpecifier¶
▸ setTargetSpecifier(specifier
: ITargetProxy, redraw
: boolean): Promise‹any›
Implementation of IBindableSectionProxy
Set the section target specifier
Parameters:
Name | Type | Default | Description |
---|---|---|---|
specifier |
ITargetProxy | - | target specifier for the section |
redraw |
boolean | true | whether to redraw the section |
Returns: Promise‹any›