Class: ElementCardProxy¶
The ElementProxy is a developer-facing class that provides access to a element. It is passed to rules to provide access to an element for application-specific customizations.
Hierarchy¶
-
ElementCardProxy
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 ElementCardProxy(context: IContext): ElementCardProxy
Inherited from ElementProxy.constructor
Overrides ClientAPI.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: ElementCardProxy
Methods¶
getPageProxy¶
▸ getPageProxy(): IPageProxy
Implementation of ICardElementProxy
Overrides ElementProxy.getPageProxy
Returns: IPageProxy
the Page, which the element belongs to
getSectionProxy¶
▸ getSectionProxy(): ICardCollectionProxy
Implementation of ICardElementProxy
This method returns CardCollection proxy
Returns: ICardCollectionProxy