@sqlrooms/cells / TextCell
Type Alias: TextCell
TextCell =
object
Type Declaration
| Name | Type | Default value |
|---|---|---|
id | string | - |
type | "text" | - |
data | { title: string; text: string; } | TextCellData |
@sqlrooms/cells / TextCell
TextCell =
object
| Name | Type | Default value |
|---|---|---|
id | string | - |
type | "text" | - |
data | { title: string; text: string; } | TextCellData |