MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isActionRef

Function isActionRef

packages/utils/src/schema.ts:11–13  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

9 }
10}
11function isActionRef(props: any): boolean {
12 return props.type && props.type === 'actionRef';
13}
14
15/**
16 * 将「乐高版本」协议升级成 JSExpression / JSSlot 等标准协议的结构

Callers 1

compatibleLegaoSchemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…