Skip to content

Class: ObjectHeaderSectionProxy

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

Overrides BindableSectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: ObjectHeaderSectionProxy

Methods

getExtensions

getExtensions(): IView[]

Implementation of IObjectHeaderSectionProxy

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[]