Skip to content

Class: ExtensionSectionProxy

ExtensionSectionProxy is a developer-facing class that provides access to a ExtensionSection. It is passed to rules to provide access to a ExtensionSection 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 ExtensionSectionProxy(context: IContext): ExtensionSectionProxy

Overrides BindableSectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: ExtensionSectionProxy

Methods

getExtension

getExtension(): IView

Implementation of IExtensionSectionProxy

Returns the instance of extension that this section is using.

Returns: IView