Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface CustomCellElementProps<TRow>

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

    Type Parameters

    • TRow

    Hierarchy (View Summary)

    Index

    Properties

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