Standard Library
Default Block
{
"id": "shape1",
"type": "rectangle",
"boundingBox": { ... },
"style": { ... },
"text": "Text",
"actions": [ ... ],
"customData": [ ... ],
"linkedData": [ ... ],
"opacity": 100,
"note": "Test Note"
}
Text Block
This shape does not accept the style
property.
{
"id": "text1",
"type": "text",
"boundingBox": { ... },
"text": "Text",
"actions": [ ... ],
"customData": [ ... ],
"linkedData": [ ... ],
"opacity": 100,
"note": "Test Note"
}
Hotspot Block
This shape does not accept the text
property.
{
"id": "shape2",
"type": "hotspot",
"boundingBox": { ... },
"style": { ... },
"actions": [ ... ],
"customData": [ ... ],
"linkedData": [ ... ],
"opacity": 100,
"note": "Test Note"
}
Image Block
{
"id": "shape3",
"type": "image",
"boundingBox": { ... },
"stroke": { ... },
"image": { ... },
"actions": [ ... ],
"customData": [ ... ],
"linkedData": [ ... ],
"opacity": 100,
"note": "Test Note"
}
Sticky Note
{
"id": "shape4",
"type": "stickyNote",
"boundingBox": { ... },
"style": { ... },
"text": "Text",
"actions": [ ... ],
"customData": [ ... ],
"linkedData": [ ... ],
"opacity": 100,
"note": "Test Note"
}
Updated 7 months ago