Member Junction
    Preparing search index...

    Interface FormContributionRelationship

    Minimum relationship shape the composer reads. Satisfied by EntityRelationshipInfo.

    interface FormContributionRelationship {
        DisplayInForm: boolean;
        DisplayName?: string | null;
        RelatedEntity: string;
        RelatedEntityID: string;
        RelatedEntityJoinField: string;
        Sequence?: number | null;
    }
    Index

    Properties

    DisplayInForm: boolean
    DisplayName?: string | null
    RelatedEntity: string
    RelatedEntityID: string
    RelatedEntityJoinField: string
    Sequence?: number | null