Skip to content

Class: ElementSectionRowProxy

The ElementCardProxy is a developer-facing class that provides access to a card element. It is passed to rules to provide access to a card element 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 ElementSectionRowProxy(context: IContext): ElementSectionRowProxy

Inherited from ElementProxy.constructor

Parameters:

Name Type
context IContext

Returns: ElementSectionRowProxy

Methods

getPageProxy

getPageProxy(): IPageProxy

Implementation of ISectionRowElementProxy.getPageProxy Overrides ElementProxy.getPageProxy

Returns: IPageProxy

the Page, which the element belongs to


getSectionProxy

getSectionProxy(): IBindableSectionProxy

This method returns BindableSection proxy

Implementation of ISectionRowElementProxy.getSectionProxy

Returns: IBindableSectionProxy