Class: CardFooterProxy¶
Hierarchy¶
-
CardFooterProxy
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 CardFooterProxy(context
: IContext): CardFooterProxy
Overrides ElementProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: CardFooterProxy
Properties¶
Protected
_row¶
• _row: any
Methods¶
getParent¶
▸ getParent(): ICardProxy
Implementation of ICardFooterProxy
Overrides ElementProxy.getParent
This method returns card proxy
Returns: ICardProxy
getPrimaryAction¶
▸ getPrimaryAction(): ICardFooterButtonProxy
Implementation of ICardFooterProxy
This method returns card footer button proxy
Returns: ICardFooterButtonProxy
getSecondaryAction¶
▸ getSecondaryAction(): ICardFooterButtonProxy
Implementation of ICardFooterProxy
This method returns card footer button proxy
Returns: ICardFooterButtonProxy
getSectionProxy¶
▸ getSectionProxy(): ICardCollectionProxy
Implementation of ICardFooterProxy
Overrides ElementCardProxy.getSectionProxy
This method returns CardCollection proxy
Returns: ICardCollectionProxy