CanvasLinkData
Defined in: canvas.d.ts:51
A node that is an external resource.
Extends
Indexable
[key
: string
]: any
Properties
color?
optional
color:string
Defined in: canvas.d.ts:28
The color of this node
Inherited from
height
height:
number
Defined in: canvas.d.ts:26
Inherited from
id
id:
string
Defined in: canvas.d.ts:21
The unique ID for this node
Inherited from
type
type:
"link"
Defined in: canvas.d.ts:52
url
url:
string
Defined in: canvas.d.ts:53
width
width:
number
Defined in: canvas.d.ts:25
Inherited from
x
x:
number
Defined in: canvas.d.ts:23
Inherited from
y
y:
number
Defined in: canvas.d.ts:24