No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"blocks"
],
"properties": {
"id": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
"ref": "#block",
"type": "ref"
}
}
}
}
No description available.
Properties
No description available.
No description available.
The rotation of the block in degrees
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"block",
"x",
"y",
"width"
],
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
},
"block": {
"refs": [
"pub.leaflet.blocks.iframe",
"pub.leaflet.blocks.text",
"pub.leaflet.blocks.blockquote",
"pub.leaflet.blocks.header",
"pub.leaflet.blocks.image",
"pub.leaflet.blocks.unorderedList",
"pub.leaflet.blocks.website",
"pub.leaflet.blocks.math",
"pub.leaflet.blocks.code",
"pub.leaflet.blocks.horizontalRule",
"pub.leaflet.blocks.bskyPost",
"pub.leaflet.blocks.page",
"pub.leaflet.blocks.poll",
"pub.leaflet.blocks.button"
],
"type": "union"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"rotation": {
"type": "integer",
"description": "The rotation of the block in degrees"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"block",
"offset"
],
"properties": {
"block": {
"type": "array",
"items": {
"type": "integer"
}
},
"offset": {
"type": "integer"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"ref": "#position",
"type": "ref"
},
"start": {
"ref": "#position",
"type": "ref"
}
}
}
No description available.
Referencepub.leaflet.pages.canvas#textAlignCenter
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}
No description available.
Referencepub.leaflet.pages.canvas#textAlignLeft
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}
No description available.
Referencepub.leaflet.pages.canvas#textAlignRight
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}