Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ schema
Method
schema
packages/designer/src/document/node/node.ts:911–913 ·
view source on GitHub ↗
* 获取符合搭建协议-节点 schema 结构
()
Source
from the content-addressed store, hash-verified
909
* 获取符合搭建协议-节点 schema 结构
910
*/
911
get schema(): Schema {
912
return
this.
export
(IPublicEnumTransformStage.Save);
913
}
914
915
set schema(data: Schema) {
916
runInAction(() => this.
import
(data));
Callers
nothing calls this directly
Calls
2
export
Method · 0.95
import
Method · 0.95
Tested by
no test coverage detected