Skip to content

ppagent / SkillSchemaBaseProperties

Variable: SkillSchemaBaseProperties

const SkillSchemaBaseProperties: object

Defined in: src/skill/skill.ts:38

Type declaration

disabled

disabled: object

disabled.title

title: string = "是否禁用"

disabled.type

type: string = "boolean"

disabled.x-component

x-component: string = "Switch"

disabled.x-decorator

x-decorator: string = "FormItem"

disabled.x-decorator-props

x-decorator-props: object

disabled.x-decorator-props.tooltip

tooltip: string = "禁用后该技能实例将会不可用"

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