import{ax as a,z as s,A as e,b2 as i}from"./chunks/framework.DkLJC2NO.js";const k=JSON.parse('{"title":"UISelect 组件选择器","description":"","frontmatter":{},"headers":[],"relativePath":"form-config/editor-fields/ui-select.md","filePath":"form-config/editor-fields/ui-select.md"}'),l={name:"form-config/editor-fields/ui-select.md"};function d(n,t,r,h,o,c){return e(),s("div",null,[...t[0]||(t[0]=[i(`
用于在画布中选择组件的选择器。
注意
此组件仅在编辑器环境中可用,需要配合 @tmagic/editor 使用。
{
type: 'ui-select',
name: 'targetId',
text: '目标组件'
}| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| name | 绑定值 | string | — | — |
| text | 表单标签 | string | — | — |
| disabled | 是否禁用 | boolean / FilterFunction | — | false |
| onChange | 值变化时触发的函数 | OnChangeHandler | — | - |