Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / BUILTIN_PLUGINS

Variable: BUILTIN_PLUGINS

const BUILTIN_PLUGINS: UnitPluginRegistry

Defined in: yaml/builtins.ts:43

内建 uses 插件:builtin.mock(本地占位)与 builtin.http(需 config.endpoint)。 自定义插件请通过 createEngineFromYamlregistry 注册。

MIT Licensed