跳到主要内容

API

这里按用途整理 src/exports.ts 的公共导出,作为快速查找入口。完整行为说明仍以专题文档为准。

Components

用于渲染标准配置或 compiler/adapter 产物的主要 React 入口。

DynamicFormCompiledDynamicFormDynamicFormProviderFormChainEffectEngineWrapper
相关文档

Hooks

初始化 effect handlers、访问上下文和复用 store 初始化逻辑。

useInitHandlersuseFormChainContextuseStoreInit
相关文档

Config / Types

描述表单配置、字段配置、UI 配置、render hooks 参数和核心值类型。

FormConfigBaseFieldConfigDynamicFormPropsUIConfigFormValues
相关文档

Component Registry

注册或扩展字段组件,并访问默认 Ant Design 组件集合。

ComponentRegistryManagerDefaultRegistryFieldComponentsComponentRegistryConfig
相关文档

Compiler / Modules

把领域字段模块编译为标准 FormConfig,保留运行时渲染管线不变。

compileFormConfigModuleRegistryManagerdefaultModuleRegistryFieldModule
相关文档

Adapters

把 ModuleConfig、JsonSchema、OpenAPI 或 metadata 输入归一化为模块配置。

adaptModuleConfigscompileAdaptedFormConfigJsonSchemaAdapterOpenApiAdapterMetadataAdapter
相关文档

Rules

声明式同步规则层,可编译为标准 effects 并复用现有处理管线。

RuleEnginecreateRuleEnginecompileRulesToEffectevaluateRule
相关文档

Field Address

分离稳定字段 id 与 Ant Design NamePath,支持嵌套值路径。

getFieldNameresolveFieldAddressFieldAddress
相关文档

Utilities

默认配置和配置处理入口,主要服务高级集成与测试场景。

getDefaultConfigprocessFormConfig
相关文档