Skip to content

Class: CardBodySeparatorsProxy

CardBodySeparatorsProxy is mainly for CardBodySeparators 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 CardBodySeparatorsProxy(context: IContext): CardBodySeparatorsProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodySeparatorsProxy

Properties

Protected _row

_row: any

Methods

getBodySeparator

getBodySeparator(): boolean

This method returns card body content separator boolean value

Implementation of ICardBodySeparatorsProxy.getBodySeparator

Returns: boolean


getFooterSeparator

getFooterSeparator(): boolean

This method returns card body footer separator boolean value

Implementation of ICardBodySeparatorsProxy.getFooterSeparator

Returns: boolean


getHeaderSeparator

getHeaderSeparator(): boolean

This method returns card body header separator boolean value

Implementation of ICardBodySeparatorsProxy.getHeaderSeparator

Returns: boolean


getParent

getParent(): ICardBodyProxy

This method returns card body proxy

Implementation of ICardBodySeparatorsProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardBodyProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardBodySeparatorsProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy