Skip to content

Class: CardBodyContentProxy

CardBodyContentProxy is a base proxy class for card body content operations. It is used as a generic fallback when there is no dedicated proxy class
for the given card body content type.

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 CardBodyContentProxy(context: IContext): CardBodyContentProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodyContentProxy

Properties

Protected _row

_row: any

Methods

getItemIndex

getItemIndex(): number

Get item index

Implementation of ICardBodyContentProxy.getItemIndex

Returns: number


getParent

getParent(): ICardBodyProxy

This method returns card body proxy

Implementation of ICardBodyContentProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardBodyProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardBodyContentProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy