Skip to content

Class: ObjectHeaderProxy

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

Overrides BindableSectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: ObjectHeaderProxy

Methods

getExtensions

getExtensions(): IView[]

Implementation of IObjectHeaderProxy

Overrides SectionProxy.getExtensions

This method returns an array holding the instances of extensions that this section is using. Currently it will always contain at most one extension.

Returns: IView[]