Skip to content

Interface: ICardBodyContentProxy

A designer-facing interface that provides access to card body content properties. It is used as a generic fallback when there is no dedicated proxy interface
for the given card body content type.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getItemIndex

getItemIndex(): number

Get item index

Returns: number


getParent

getParent(): ICardBodyProxy

This method returns CardBodyProxy

Overrides ISectionRowElementProxy.getParent

Returns: ICardBodyProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Overrides ISectionRowElementProxy.getSectionProxy

Returns: ICardCollectionProxy