# FilePicker(文件选择)

# 使用范围

ui、行为、规则组件通用

# 使用方式

config:{
  shareImgUrl: {
    text: '分享图标',
    type: 'FilePicker',
    value: '',
    controlParams: {
      type: 'Image' // 限制选择类型,支持Image,Video,Audio, File
    }
  }
}

# 特有参数

参数 说明 类型 可选值 默认值 是否必填
controlParams 限制选择类型,支持Image,Video,Audio * controlParams: {type: 'Image'} Image

# 效果

xes-save