Skip to content

ppagent / SchemaBaseProperties

Variable: SchemaBaseProperties

const SchemaBaseProperties: object

Defined in: src/config.ts:46

Type declaration

instanceName

instanceName: object

instanceName.title

title: string = "实例ID"

instanceName.type

type: string = "string"

instanceName.x-component

x-component: string = "Input"

instanceName.x-component-props

x-component-props: object

instanceName.x-component-props.placeholder

placeholder: string = "建议使用容易识别的标识,可以自己任意指定,全局实例中唯一即可,留空使用随机数。"

instanceName.x-decorator

x-decorator: string = "FormItem"

instanceName.x-decorator-props

x-decorator-props: object

instanceName.x-decorator-props.tooltip

tooltip: string = "可以自己任意指定,全局实例中唯一即可。留空使用随机数。"

instanceName.x-order

x-order: number = 1000