You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project.currentDocument.onMountNode(({ node }) => {
let nodeSchema = node.exportSchema() // Uncaught TypeError: node.exportSchema is not a function
let schemaObj = node.schema
node.importSchema(schemaObj) // Uncaught TypeError: node.importSchema is not a function
})
The text was updated successfully, but these errors were encountered:
版本号:AliLowCodeEngine v1.1.10 AliLowCodeExt v1.0.6
根据本文档
IPublicModelNode 含有 importSchema 与 exportSchema方法
可是实际使用中缺少这个两个方法
也不存在 这一对方法 getExtraPropValue setExtraPropValue
存在 node.schema 属性可以获取到schema 但无法修改
The text was updated successfully, but these errors were encountered: