mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-11 19:51:41 +00:00
Public NodeContextMenuComponent properties
This commit is contained in:
@ -18,9 +18,9 @@ export class NodeContextMenuComponent implements OnInit {
|
||||
|
||||
@ViewChild(MatMenuTrigger) contextMenu: MatMenuTrigger;
|
||||
|
||||
protected topPosition;
|
||||
protected leftPosition;
|
||||
protected node: Node;
|
||||
topPosition;
|
||||
leftPosition;
|
||||
node: Node;
|
||||
|
||||
constructor(
|
||||
private sanitizer: DomSanitizer,
|
||||
|
Reference in New Issue
Block a user