Offers a menu of image cropping links for the case that an image has multiple croppings for the same position on the page. Place the cropping item which opens the menu inside this component.

Uses the following css variables:

  • --color
  • --background
  • --color-layer: var(--color)
  • --background-layer: var(--background)

Properties

Properties

menu: string

A JSON formated string which defines the menu.

[{"name": "Extra Large", "href": "..."}, ...]

Generated using TypeDoc