Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149996 | Dec 17,2019 12:36 PM UTC | Dec 18,2019 07:26 AM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: Diagram |
lockObject() {
let node: NodeModel = this.diagram.getObject("firstNode");
//disable node interaction
node.constraints = NodeConstraints.None;
}
unlockObject() {
let node: NodeModel = this.diagram.getObject("firstNode");
//enable node interaction
node.constraints = NodeConstraints.Default;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.