NodeView

1 min read

节点视图,继承自 CellView

constructor

constructor(node: Node, options?: NodeView.Options): NodeView

prototype

isNodeView()

isNodeView(): boolean

返回该视图是否是节点视图。默认返回 true

isEdgeView()

isEdgeView(): boolean

返回该视图是否是边视图。默认返回 false