Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    ColumnForeignKeyValue?: any
    data?: BaseEntity<unknown>

    Used when the ColumnsMode is set to Entity. This is the BaseEntity object that represents the data in the JoinEntity that links the Row and Column entities together.

    index: number
    RowForeignKeyValue: any
    value?: any

    Used when the ColumnsMode is set to Fields. This is an array of values from the JoinEntity that are displayed as columns in the grid.