Skip to content

Interface: ICardFooterProxy

A designer-facing interface that provides access to card footer properties.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getParent

getParent(): ICardProxy

This method returns the parent CardProxy

Overrides ISectionRowElementProxy.getParent

Returns: ICardProxy


getPrimaryAction

getPrimaryAction(): ICardFooterButtonProxy

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

Returns: ICardFooterButtonProxy


getSecondaryAction

getSecondaryAction(): ICardFooterButtonProxy

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

Returns: ICardFooterButtonProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns the CardCollection section proxy

Overrides ISectionRowElementProxy.getSectionProxy

Returns: ICardCollectionProxy