CropperViewer
The CropperViewer
interface provides properties and methods for manipulating the layout and presentation of <cropper-viewer>
elements.
Examples
Basic
TIP
The default height of this element is 0
.
Connect to CropperSelection
Properties
Inherits properties from its parent, CropperElement
, and implements the following properties:
Name | Type | Default | Options | Description |
---|---|---|---|---|
resize | string | "vertical" | "both" , "horizontal" , "vertical" , "none" | Indicates whether this element is resizable, and if so, in which directions. |
selection | string | "" | - | Indicates the source selection to view. It must be a valid selector for document.querySelector . |
slottable | boolean | false | - | Indicates whether this element is slottable. |
Slots
There are no available slots in this element.
You can enable the default slot by setting the
slottable
property totrue
:html<cropper-viewer slottable></cropper-viewer>