Skip to content

Class: CardBodyProxy

CardBodyProxy is mainly for card body related operations.

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

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodyProxy

Properties

Protected _row

_row: any

Methods

getContents

getContents(): ICardBodyContentProxy[]

This method returns array of CardBodyContent proxy

Implementation of ICardBodyProxy.getContents

Returns: ICardBodyContentProxy[]


getParent

getParent(): ICardProxy

This method returns card proxy

Implementation of ICardBodyProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardBodyProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy


getSeparators

getSeparators(): ICardBodySeparatorsProxy

This method returns CardBodySeparators proxy

Implementation of ICardBodyProxy.getSeparators

Returns: ICardBodySeparatorsProxy