Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a file browser.

Hierarchy

  • IOptions

Index

Properties

Optional driveName

driveName: string

An optional Contents.IDrive name for the model. If given, the model will prepend driveName: to all paths used in file operations.

manager

manager: IDocumentManager

A document manager instance.

Optional refreshInterval

refreshInterval: number

The time interval for browser refreshing, in ms.

Optional state

state: IStateDB

An optional state database. If provided, the model will restore which folder was last opened when it is restored.

Generated using TypeDoc