Interface TargetFieldDescription

interface TargetFieldDescription {
    activeOnly: boolean;
    constrainedBy?: string[];
    field: string;
    fieldType: FieldType;
    name: string;
    relation: string;
    targetFactSheetType: string;
    type: "targetField";
}

Properties

activeOnly: boolean
constrainedBy?: string[]
field: string
fieldType: FieldType
name: string
relation: string
targetFactSheetType: string

The Fact Sheet type of the target Fact Sheet. A '*' means that any Fact Sheet type is possible.

type: "targetField"

Generated using TypeDoc