CropperViewer
CropperViewer
接口提供了用于操作 <cropper-viewer>
元素的布局和表示的属性和方法。
示例
基本
TIP
此元素的默认高度为 0
。
连接到 CropperSelection
属性
从其父级 CropperElement
继承属性,并实现以下属性:
名称 | 类型 | 默认值 | 可选值 | 描述 |
---|---|---|---|---|
resize | string | "vertical" | "both" , "horizontal" , "vertical" , "none" | 指示此元素是否可调整大小,如果是,则在哪个方向。 |
selection | string | "" | - | 指示要查看的源选区。它必须是 document.querySelector 的有效选择器。 |
slottable | boolean | false | - | 指示此元素是否启用默认插槽。 |
插槽
此元素中没有可用的插槽。
你可以通过将
slottable
属性设置为true
来启用默认插槽:html<cropper-viewer slottable></cropper-viewer>