Class: CardProxy¶
Hierarchy¶
-
CardProxy
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 CardProxy(context
: IContext): CardProxy
Overrides ElementProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: CardProxy
Properties¶
Protected
_row¶
• _row: any
Methods¶
getBody¶
▸ getBody(): ICardBodyProxy
This method returns card body proxy
Returns: ICardBodyProxy
getFooter¶
▸ getFooter(): ICardFooterProxy
Implementation of ICardProxy
This method returns card footer proxy
Returns: ICardFooterProxy
getHeader¶
▸ getHeader(): ICardHeaderProxy
Implementation of ICardProxy
This method returns card header proxy
Returns: ICardHeaderProxy
getMedia¶
▸ getMedia(): ICardMediaProxy
Implementation of ICardProxy
This method returns card media proxy
Returns: ICardMediaProxy
getParent¶
▸ getParent(): ICardCollectionProxy
Implementation of ICardProxy
Overrides ElementProxy.getParent
This method returns CardCollection proxy
Returns: ICardCollectionProxy