Skip to content

Class: CardProxy

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

Parameters:

Name Type
context IContext

Returns: CardProxy

Properties

Protected _row

_row: any

Methods

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(): ICardCollectionSectionProxy

Implementation of ICardProxy

Overrides ElementProxy.getParent

This method returns CardCollectionSection proxy

Returns: ICardCollectionSectionProxy