linXiv frontend (TS/JS)
Preparing search index...
components/graph/GraphCanvas
GraphNodeContext
Interface GraphNodeContext
What a right-clicked node hands the page — enough to open or copy it.
interface
GraphNodeContext
{
authorId
?:
number
;
id
:
string
;
label
:
string
;
sourceId
?:
string
;
type
:
GraphNodeType
;
}
Index
Properties
author
Id?
id
label
source
Id?
type
Properties
Optional
author
Id
authorId
?:
number
id
id
:
string
label
label
:
string
Optional
source
Id
sourceId
?:
string
type
type
:
GraphNodeType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
Id
id
label
source
Id
type
linXiv frontend (TS/JS)
Loading...
What a right-clicked node hands the page — enough to open or copy it.