Interface RelationFieldDescription

interface RelationFieldDescription {
    activeOnly: boolean;
    field: string;
    fieldType: FieldType;
    name: string;
    relation: string;
    targetFactSheetType: string;
    type: "relationField";
}

Properties

activeOnly: boolean
field: string
fieldType: FieldType
name: string
relation: string
targetFactSheetType: string
type: "relationField"

Generated using TypeDoc