Set to "paths" to export vector data
A list of nodes that you care about in the document. If specified, only a subset of the document will be returned corresponding to the nodes listed, their children, and everything between the root node and the listed nodes
A comma separated list of plugin IDs and/or the string "shared".
Any data present in the document written by those plugins will be included in the result in the pluginData
and sharedPluginData
properties.
A specific version ID to get. Omitting this will get the current version of the file
Generated using TypeDoc
Positive integer representing how deep into the document tree to traverse. For example, setting this to 1 returns only Pages, setting it to 2 returns Pages and all top level objects on each page. Not setting this parameter returns all nodes