Skip to content

Class: CardProxy

CardProxy is mainly for Card operations.

Hierarchy

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 ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardProxy

Properties

Protected _row

_row: any

Methods

getBody

getBody(): ICardBodyProxy

This method returns card body proxy

Implementation of ICardProxy.getBody

Returns: ICardBodyProxy


getFooter

getFooter(): ICardFooterProxy

This method returns card footer proxy

Implementation of ICardProxy.getFooter

Returns: ICardFooterProxy


getHeader

getHeader(): ICardHeaderProxy

This method returns card header proxy

Implementation of ICardProxy.getHeader

Returns: ICardHeaderProxy


getMedia

getMedia(): ICardMediaProxy

This method returns card media proxy

Implementation of ICardProxy.getMedia

Returns: ICardMediaProxy


getParent

getParent(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardCollectionProxy