Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface CustomCellElementProps<TRow>

    interface CustomCellElementProps<TRow> {
        cellContentValue: string | null;
        cellObjectData: ObjectData[] | null;
        cellValue: string;
        columnKey: keyof TRow;
    }

    Type Parameters

    • TRow

    Hierarchy (View Summary)

    Index

    Properties

    cellContentValue: string | null
    cellObjectData: ObjectData[] | null
    cellValue: string
    columnKey: keyof TRow