Interface: ICardProxy¶
A designer-facing interface that provides access to card.
Hierarchy¶
-
ICardProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getFooter¶
▸ getFooter(): ICardFooterProxy
This method returns card footer proxy
Returns: ICardFooterProxy
getHeader¶
▸ getHeader(): ICardHeaderProxy
This method returns card header proxy
Returns: ICardHeaderProxy
getMedia¶
▸ getMedia(): ICardMediaProxy
This method returns card media proxy
Returns: ICardMediaProxy
getParent¶
▸ getParent(): ICardCollectionProxy
Overrides IElementProxy.getParent
This method returns CardCollection proxy
Returns: ICardCollectionProxy