Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface CustomCellElementProps<TRow>

    interface CustomCellElementProps<TRow> {
        cellValue: string;
        columnKey: keyof TRow;
    }

    Type Parameters

    • TRow

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cellValue: string
    columnKey: keyof TRow