Graphora API
Preparing search index...
@graphora/renderer
EdgePickResult
Interface EdgePickResult<EdgeData>
interface
EdgePickResult
<
EdgeData
=
unknown
>
{
distance
?:
number
;
edge
:
RenderEdge
<
EdgeData
>
;
edgeId
:
GraphId
;
screenPoint
:
ScreenPoint
;
type
:
"edge"
;
worldPoint
:
WorldPoint
;
}
Type Parameters
EdgeData
=
unknown
Hierarchy (
View Summary
)
PickResultBase
EdgePickResult
Index
Properties
distance?
edge
edge
Id
screen
Point
type
world
Point
Properties
Optional
Readonly
distance
distance
?:
number
Readonly
edge
edge
:
RenderEdge
<
EdgeData
>
Readonly
edge
Id
edgeId
:
GraphId
Readonly
screen
Point
screenPoint
:
ScreenPoint
Readonly
type
type
:
"edge"
Readonly
world
Point
worldPoint
:
WorldPoint
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distance
edge
edge
Id
screen
Point
type
world
Point
Graphora API
Loading...