create.config.ts
415 Bytes
import { h } from 'vue';
import { FormSchema } from '/@/components/Form';
export const formSchemas: FormSchema[] = [
{
field: 'desc',
label: '',
component: 'Input',
renderColContent: () =>
h(
'div',
'The rule node name corresponds to the relation type of the output message, and it is used to forward messages to other rule nodes in the caller rule chain.'
),
},
];