Skip to content

Class: CardFooterProxy

CardFooterProxy is mainly for card footer related 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 CardFooterProxy(context: IContext): CardFooterProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardFooterProxy

Properties

Protected _row

_row: any

Methods

getParent

getParent(): ICardProxy

This method returns the parent card proxy

Implementation of ICardFooterProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardProxy


getPrimaryAction

getPrimaryAction(): ICardFooterButtonProxy

This method returns the card footer’s primary action button proxy

Implementation of ICardFooterProxy.getPrimaryAction

Returns: ICardFooterButtonProxy


getSecondaryAction

getSecondaryAction(): ICardFooterButtonProxy

This method returns the card footer’s secondary action button proxy

Implementation of ICardFooterProxy.getSecondaryAction

Returns: ICardFooterButtonProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns the CardCollection section proxy

Implementation of ICardFooterProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy