Skip to content

Interface: ICardBodySeparatorsProxy

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

Hierarchy

Implemented by

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

Overrides IElementProxy.getParent

This method returns card body proxy

Returns: ICardBodyProxy