Interface ICreateOptions

The options used to create a file.

Hierarchy

  • ICreateOptions

Properties

Properties

ext?: string

The optional file extension for the new file (e.g. ".txt").

Notes

This ignored if type is 'notebook'.

path?: string

The directory in which to create the file.

type?: string

The file type.

Generated using TypeDoc