Quester Studio

note

Canvas sticky for plain-text annotations (not executed)

A disconnected canvas sticky for documentation on the flow. Notes have no handles, cannot be connected, and are skipped by reachability validation and execution — CLI and desktop runs ignore them.

note no handles · no edges
Canvas sticky. Edges to/from note are invalid.

Data

FieldTypeDescription
labelstringOptional UI label
textstringPlain-text body shown on the canvas
fontSizenumberBody font size in CSS pixels (10–48, default 12)

Input / output

Value
Execute inputNone (canvas-only)
OutputNot executed

Examples

{
  "id": "tip",
  "type": "note",
  "data": {
    "label": "Note",
    "text": "Use local env for DummyJSON credentials",
    "fontSize": 14
  },
  "position": { "x": 40, "y": 280 },
  "width": 240,
  "height": 160
}