pub.leaflet.blocks.html

leaflet.pub

Documentation

main object

No description available.

Properties

aspectRatio ref #aspectRatio Optional

No description available.

height integer Optional

No description available.

minimum: 16maximum: 1600
html string Required

Inline HTML rendered via a sandboxed iframe's srcdoc attribute.

View raw schema
{
  "type": "object",
  "required": [
    "html"
  ],
  "properties": {
    "html": {
      "type": "string",
      "description": "Inline HTML rendered via a sandboxed iframe's srcdoc attribute."
    },
    "height": {
      "type": "integer",
      "maximum": 1600,
      "minimum": 16
    },
    "aspectRatio": {
      "ref": "#aspectRatio",
      "type": "ref"
    }
  }
}
aspectRatio object

No description available.

Properties

height integer Required

No description available.

width integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "width",
    "height"
  ],
  "properties": {
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@