Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration of the Reader module.

Hierarchy

  • PersistentData

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly mode

mode: Mode

The reading mode

This property specifies the formating of the file content before being send in this output:

  • 'bytes' : the raw content of the file (bytes) is kept
  • 'text' : the raw content of the file is read as text
  • 'json' : the raw content of the file is parsed as a json structure
  • 'javascript' : the raw content of the file is interpreted as a javascript content

Generated using TypeDoc