Skip to content

Class: CardBodySeparatorsProxy

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 ElementProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodySeparatorsProxy

Properties

Protected _row

_row: any

Methods

getBodySeparator

getBodySeparator(): boolean

Implementation of ICardBodySeparatorsProxy

This method returns card body content separator boolean value

Returns: boolean


getFooterSeparator

getFooterSeparator(): boolean

Implementation of ICardBodySeparatorsProxy

This method returns card body footer separator boolean value

Returns: boolean


getHeaderSeparator

getHeaderSeparator(): boolean

Implementation of ICardBodySeparatorsProxy

This method returns card body header separator boolean value

Returns: boolean


getParent

getParent(): ICardBodyProxy

Implementation of ICardBodySeparatorsProxy

Overrides ElementProxy.getParent

This method returns card body proxy

Returns: ICardBodyProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

Implementation of ICardBodySeparatorsProxy

Overrides ElementCardProxy.getSectionProxy

This method returns CardCollection proxy

Returns: ICardCollectionProxy