Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Document

The root node

Hierarchy

Index

Properties

Readonly children

children: ReadonlyArray<Node>

An array of canvases attached to the document

Readonly id

id: string

a string uniquely identifying this node within the document

Readonly name

name: string

the name given to the node by the user in the tool.

Optional Readonly pluginData

pluginData: any

data written by plugins that is visible only to the plugin that wrote it. Requires the pluginData to include the ID of the plugin.

Optional Readonly sharedPluginData

sharedPluginData: any

data written by plugins that is visible to all plugins. Requires the pluginData parameter to include the string "shared".

Readonly type

type: "DOCUMENT"

Optional Readonly visible

visible: undefined | false | true

whether or not the node is visible on the canvas

Generated using TypeDoc