Skip to content

Interface: ICardBodySeparatorsProxy

A designer-facing interface that provides access to body separators in card.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getBodySeparator

getBodySeparator(): boolean

This method returns card body content separator boolean value

Returns: boolean


getFooterSeparator

getFooterSeparator(): boolean

This method returns card body footer separator boolean value

Returns: boolean


getHeaderSeparator

getHeaderSeparator(): boolean

This method returns card body header separator boolean value

Returns: boolean


getParent

getParent(): ICardBodyProxy

This method returns card body proxy

Overrides ISectionRowElementProxy.getParent

Returns: ICardBodyProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Overrides ISectionRowElementProxy.getSectionProxy

Returns: ICardCollectionProxy