Member Junction
    Preparing search index...

    Interface RelatedEntityJoinField

    Individual field configuration for a related entity join.

    interface RelatedEntityJoinField {
        alias?: string;
        field: string;
    }
    Index

    Properties

    Properties

    alias?: string

    Optional custom alias for the column in the view. If not provided, auto-generated by the code generation process.

    field: string

    Name of the field on the related entity to join.