Models
Schema: `CreateCellRequest`
- Type:
object - Required fields:
cell_type
Properties
| Name | Type | Required | Description |
|---|---|---|---|
cell_type |
CellCellType |
true |
- |
content |
string |
false |
- |
disabled |
boolean |
false |
- |
name |
string |
false |
- |
position |
integer |
false |
- |
role |
CellRole |
false |
- |
test |
NotebookCellTestConfig |
false |
- |
visual_spec |
VisualSpec |
false |
- |