src/app/graphs/component-context-menu/component-context-menu.component.ts
Interface specifying the data required for the component context menu. Note that this should not be used directly, instead the ComponentContextMenuService should be used to open a context menu.
Properties |
graph |
graph:
|
Type : IssueGraphComponent
|
A reference to the issue graph |
nodeId |
nodeId:
|
Type : string
|
The node id string |
overlayRef |
overlayRef:
|
Type : OverlayRef
|
Reference to the overlay used to display the context menu |
position |
position:
|
Type : ConnectedPosition
|
The position of the overlay |
projectId |
projectId:
|
Type : string
|
The project id string |
type |
type:
|
Type : NodeDetailsType
|
The type of node, either interface or component. Controls the content shown in the context menu |