Skip to content

CropperViewer

CropperViewer 接口提供了用于操作 <cropper-viewer> 元素的布局和表示的属性和方法。

示例

基本

TIP

此元素的默认高度为 0

连接到 CropperSelection

属性

从其父级 CropperElement 继承属性,并实现以下属性:

名称类型默认值可选值描述
resizestring"vertical""both", "horizontal", "vertical", "none"指示此元素是否可调整大小,如果是,则在哪个方向。
selectionstring""-指示要查看的源选区。它必须是 document.querySelector 的有效选择器。
slottablebooleanfalse-指示此元素是否启用默认插槽。

插槽

此元素中没有可用的插槽。

你可以通过将 slottable 属性设置为 true 来启用默认插槽:

html
<cropper-viewer slottable></cropper-viewer>

Released under the MIT License.