Home > @activeviam/activeui-sdk > TableCell > properties
TableCell.properties property
properties of the cell. Conveniently stores the MDX cell properties when existing.
Signature:
properties?: {
[a: string]: null | string | number | undefined;
};