{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@tldraw/types/entity-type/drawing-block/v/2",
  "kind": "entityType",
  "title": "Drawing Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity of the “Drawing” block.\n\nSee: https://blockprotocol.org/@tldraw/blocks/drawing",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/height-in-pixels/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/height-in-pixels/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/width-in-pixels/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/width-in-pixels/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/enable-dark-mode/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/enable-dark-mode/v/1"
    },
    "https://blockprotocol.org/@tldraw/types/property-type/drawing-block-serialized-document/": {
      "$ref": "https://blockprotocol.org/@tldraw/types/property-type/drawing-block-serialized-document/v/1"
    }
  },
  "required": []
}