Skip to content

MeshFlow Core API


MeshFlow Core API / logicApi

Interface: logicApi<NM, TKeys>

Defined in: types/types.ts:252

Description

桶计算的逻辑块入参类型

Type Parameters

NM

NM

TKeys

TKeys extends SuggestKey<NM>

Properties

slot

slot: object

Defined in: types/types.ts:253

affectedTatget

affectedTatget: any

targetMeta

targetMeta: any

triggerTargets

triggerTargets: Record<IsNever<TKeys> extends true ? SuggestKey<NM> | InternalKeys : TKeys, any> & object[]