The coordinates of the click in canvas space, which represents the position of the click relative to the diagram's viewport.
The coordinates of the click in world space, which represents the position of the click in the diagram's coordinate system, taking into account any transformations such as panning and zooming.
The pointer event that triggered the context menu interaction. This property provides access to the original pointer event, allowing for more specific handling of the context menu interaction,
OptionalnodeThe node that is the target of the context menu interaction, if applicable. This property may be undefined if the context menu was triggered on the background or if the node information is not available.
OptionalnodeThe ID of the node that is the target of the context menu interaction, if applicable. This property may be undefined if the context menu was triggered on the background or if the node information is not available.
The nodes that are involved in the context menu interaction, if applicable. This array may be empty if the context menu was triggered on the background or if the node information is not available.
The IDs of the nodes that are involved in the context menu interaction, if applicable. This array may be empty if the context menu was triggered on the background or if the node information is not available.
Defines the structure of a diagram edit context menu event, which extends the diagram background click event and includes information about the node(s) involved in the context menu interaction.