Skip to content

CanvasFileData

A node that is a file, where the file is located somewhere in the vault.

Extends

Properties

color?

optional color: string

The color of this node

Inherited from

CanvasNodeData.color


file

file: string


height

height: number

Inherited from

CanvasNodeData.height


id

id: string

The unique ID for this node

Inherited from

CanvasNodeData.id


subpath?

optional subpath: string

An optional subpath which links to a heading or a block. Always starts with a #.


type

type: "file"


width

width: number

Inherited from

CanvasNodeData.width


x

x: number

Inherited from

CanvasNodeData.x


y

y: number

Inherited from

CanvasNodeData.y