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;
|
@ViewChild(MatMenuTrigger) contextMenu: MatMenuTrigger;
|
||||||
|
|
||||||
protected topPosition;
|
topPosition;
|
||||||
protected leftPosition;
|
leftPosition;
|
||||||
protected node: Node;
|
node: Node;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private sanitizer: DomSanitizer,
|
private sanitizer: DomSanitizer,
|
||||||
|
Reference in New Issue
Block a user