Skip to content

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


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

Type Alias: StateScope

StateScope = "workflow" | "unit" | "session" | "global"

Defined in: core/types.ts:92

SharedState 作用域级别。

MIT Licensed