@@ -52,7 +52,7 @@ export interface INodeType {
* 节点数据定义
*/
schema: INodeData
- // todo 扩展节点行为方法
+
}
/**