BubbleCell
Renders text in bubbles. Always read only.
export interface BubbleCell extends BaseGridCell {
readonly kind: GridCellKind.Bubble;
readonly data: string[];
}
data
The text to display in bubbles.
Last updated
Was this helpful?
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
Was this helpful?