- name: e-watermark
  title: 水印
  icon: watermark
  description: 在页面显示水印
  labels:
    - Effects
  attrs:
    - name: image
      title: 水印图案
      type: CanvasImageSource
      default: null
      description: 水印图案。如果没有，则默认按文本绘制
      advanced: true
    - name: text
      title: 文本
      type: string
      default: 水印
      description: 水印文本显示内容
      group: 主要属性
      brifeDoc: ""
      docDescription: 设置水印文本内容
      tooltipLink: ""
    - name: opacity
      title: 不透明度
      type: number
      default: 0.1
      description: 0-1之间的小数，0代表完全透明，1代表完全不透明
      group: 样式属性
      brifeDoc: ""
      docDescription: 设置水印透明度，参数为0-1之间的小数，0代表完全透明，1代表完全不透明
      tooltipLink: ""
