Graphora API
Preparing search index...
@graphora/interactions
EdgeContextMenuEvent
Interface EdgeContextMenuEvent<EdgeData>
interface
EdgeContextMenuEvent
<
EdgeData
=
unknown
>
{
edge
:
RenderEdge
<
EdgeData
>
;
edgeId
:
GraphId
;
screenPoint
:
ScreenPoint
;
trigger
:
ContextMenuTrigger
;
type
:
"edge:context-menu"
;
viewport
:
ViewportState
;
worldPoint
:
Point
;
}
Type Parameters
EdgeData
=
unknown
Hierarchy (
View Summary
)
ContextMenuEventBase
EdgeContextMenuEvent
Index
Properties
edge
edge
Id
screen
Point
trigger
type
viewport
world
Point
Properties
Readonly
edge
edge
:
RenderEdge
<
EdgeData
>
Readonly
edge
Id
edgeId
:
GraphId
Readonly
screen
Point
screenPoint
:
ScreenPoint
Readonly
trigger
trigger
:
ContextMenuTrigger
Readonly
type
type
:
"edge:context-menu"
Readonly
viewport
viewport
:
ViewportState
Readonly
world
Point
worldPoint
:
Point
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edge
edge
Id
screen
Point
trigger
type
viewport
world
Point
Graphora API
Loading...