ppagent / TaskRunnerSchemaBaseProperties
Variable: TaskRunnerSchemaBaseProperties
const
TaskRunnerSchemaBaseProperties:object
Defined in: src/task/task.ts:75
Type declaration
disabled
disabled:
object
disabled.default
default:
boolean
=false
disabled.required
required:
boolean
=false
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
="禁用后,任务不会被运行,但仍会被触发。"