Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileNodesParams

Hierarchy

  • FileNodesParams

Index

Properties

Optional Readonly geometry

geometry: undefined | string

Set to "paths" to export vector data

Readonly ids

ids: ReadonlyArray<string>

A list of node IDs to retrieve and convert

Optional Readonly plugin_data

plugin_data: undefined | string

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.

Optional Readonly version

version: undefined | string

A specific version ID to get. Omitting this will get the current version of the file

Generated using TypeDoc