Interface RelationDataBuiltIn

interface RelationDataBuiltIn {
    $ref: "#RelationData";
    cardGridColumns?: number;
    dataAttributes: AttributeKey[];
    relationAttribute: AttributeKey;
    relationProjection: AttributeKey[];
    showCommentsModal?: boolean;
}

Properties

$ref: "#RelationData"
cardGridColumns?: number
dataAttributes: AttributeKey[]
relationAttribute: AttributeKey
relationProjection: AttributeKey[]
showCommentsModal?: boolean