Renders text in bubbles. Always read only.
export interface BubbleCell extends BaseGridCell { readonly kind: GridCellKind.Bubble; readonly data: string[]; }
The text to display in bubbles.
Last updated 11 months ago