Skip to content

Class: BindableSectionProxy

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 BindableSectionProxy(context: IContext): BindableSectionProxy

Overrides SectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: BindableSectionProxy

Methods

getTargetSpecifier

getTargetSpecifier(): ITargetProxy

Implementation of IBindableSectionProxy

Returns: ITargetProxy


setTargetSpecifier

setTargetSpecifier(specifier: ITargetProxy, redraw: boolean): Promise‹any›

Implementation of IBindableSectionProxy

Parameters:

Name Type Default Description
specifier ITargetProxy - target specifier for the section
redraw boolean true whether to redraw the section

Returns: Promise‹any›