pub.leaflet.theme.backgroundImage

leaflet.pub

Documentation

main object

No description available.

Properties

image blob Required

No description available.

maxSize: 1.0 MB
repeat boolean Optional

No description available.

width integer Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "image"
  ],
  "properties": {
    "image": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    },
    "width": {
      "type": "integer"
    },
    "repeat": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@