RelatedCard
Show a related card within the main card.
Interface
interface IRelatedCard extends IElement {
data: any;
layout: CardLayout;
}
Example
RelatedCard
{
"type": "RelatedCard",
"data": "{fields.syntphonyRelatedCard}",
"layout": "Card"
}
Properties
type
Must be “RelatedCard”.
-
Type:
"RelatedCard"
-
Required: Yes
data
Data object that is used to display card information.
-
Type:
any
-
Required: Yes
layout
Layout with which the related card will be displayed
-
Type:
CardLayout
-
Required: Yes