frontend/packages/workflow/test-run-next/form/README.md
Workflow TestRun Form
This package is part of the Coze Studio monorepo and provides workflow functionality. It includes component, store.
Add this package to your package.json:
{
"dependencies": {
"@coze-workflow/test-run-form": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-workflow/test-run-form';
// Example usage
// TODO: Add specific usage examples
createSchemaField, useFormSchema, useForm, useCurrentFieldState, FormSchema, type FormModel, type IFormSchema,TestRunFormInputJson as FormBaseInputJson, GroupCollapse as FormBaseGroupCollapse, FieldItem as FormBaseFieldItem,TestRunFormProvider, useTestRunFormStore, type TestRunFormState,generateField, generateFieldValidator, isFormSchemaPropertyEmpty, stringifyFormValuesFromBacked,TestFormFieldNameFor detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0