Class: CardBodyProxy¶
Hierarchy¶
-
CardBodyProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new CardBodyProxy(context
: IContext): CardBodyProxy
Overrides ElementProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: CardBodyProxy
Properties¶
Protected
_row¶
• _row: any
Methods¶
getContents¶
▸ getContents(): ICardBodyContentProxy[]
Implementation of ICardBodyProxy
This method returns array of CardBodyContent proxy
Returns: ICardBodyContentProxy[]
getParent¶
▸ getParent(): ICardProxy
Implementation of ICardBodyProxy
Overrides ElementProxy.getParent
This method returns card proxy
Returns: ICardProxy
getSectionProxy¶
▸ getSectionProxy(): ICardCollectionProxy
Implementation of ICardBodyProxy
Overrides ElementCardProxy.getSectionProxy
This method returns CardCollection proxy
Returns: ICardCollectionProxy
getSeparators¶
▸ getSeparators(): ICardBodySeparatorsProxy
Implementation of ICardBodyProxy
This method returns CardBodySeparators proxy
Returns: ICardBodySeparatorsProxy