pub.leaflet.blocks.button

leaflet.pub

Documentation

main object

No description available.

Properties

text string Required

No description available.

url string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "text",
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "text": {
      "type": "string"
    }
  }
}

Lexicon Garden

@