Home > blockly > serialization > workspaceComments > State
serialization.workspaceComments.State interface
Signature:
export interface State
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| collapsed? | boolean | (Optional) | |
| deletable? | boolean | (Optional) | |
| editable? | boolean | (Optional) | |
| height? | number | (Optional) | |
| id? | string | (Optional) | |
| movable? | boolean | (Optional) | |
| text? | string | (Optional) | |
| width? | number | (Optional) | |
| x? | number | (Optional) | |
| y? | number | (Optional) |