Skip to content

Interface: ICardFooterButtonProxy

A designer-facing interface that provides access to a button in card footer.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getIndex

getIndex(): number

Get the row index, that is, the index of the card containing this footer button

Overrides ISectionRowElementProxy.getIndex

Returns: number


getParent

getParent(): ICardFooterProxy

This method returns the parent card footer proxy

Overrides ISectionRowElementProxy.getParent

Returns: ICardFooterProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns the CardCollection section proxy

Overrides ISectionRowElementProxy.getSectionProxy

Returns: ICardCollectionProxy


getTitle

getTitle(): string

Get button title

Returns: string

the title of the button