import { IPublicTypeComponentMetadata } from '@alilc/lowcode-types'; const config: IPublicTypeComponentMetadata = { componentName: 'FixedPoint', title: '自由节点', category: '布局', group: '云仓组件', npm: { package: '@ztocwst/datav-materials', version: '0.1.0', exportName: 'FixedPoint', main: 'src/index.tsx', destructuring: true, subName: '', }, configure: { component: { isContainer: true, }, props: [ { name: 'zIndex', title: '层级', setter: { componentName: 'NumberSetter', props: { min: 0, }, }, }, ], supports: { style: true, loop: false, }, advanced: {}, }, experimental: { callbacks: {}, }, icon: 'https://img.alicdn.com/imgextra/i1/O1CN0144G9Iw22y9fiO73NG_!!6000000007188-55-tps-56-56.svg', snippets: [ { title: '自由节点', screenshot: 'https://files.ztocwst.com/download/9b340b492e0b42c38a9e12bc2743d7e8?isShow=true', schema: { componentName: 'FixedPoint', title: '自由节点', props: {}, children: [], }, }, ], }; export default config;