mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-02 01:08:21 +00:00
Public NodeContextMenuComponent properties
This commit is contained in:
parent
c14a59d946
commit
e8716f84de
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user