WorkflowTemplatesProps
Defined in: packages/ui-react/src/components/WorkflowTemplates.tsx:22
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Defined in: packages/ui-react/src/components/WorkflowTemplates.tsx:23
confirmIfNotEmpty?
Section titled “confirmIfNotEmpty?”
optionalconfirmIfNotEmpty?:boolean
Defined in: packages/ui-react/src/components/WorkflowTemplates.tsx:25
应用模板前是否需要确认(当前有节点时默认 true)
onApply?
Section titled “onApply?”
optionalonApply?: (template) =>void
Defined in: packages/ui-react/src/components/WorkflowTemplates.tsx:27
模板应用后的回调
Parameters
Section titled “Parameters”template
Section titled “template”Returns
Section titled “Returns”void
locale?
Section titled “locale?”
optionallocale?:"en"|"zh"|"ja"|"es"|"de"|"fr"
Defined in: packages/ui-react/src/components/WorkflowTemplates.tsx:32
显式 UI 语言(本组件可独立于 Workspace 挂载,无 Provider 时用此 prop 指定语言;不传则回落到 html lang / URL 自动检测)。