Options
All
  • Public
  • Public/Protected
  • All
Menu

Constructor options

Hierarchy

Index

Properties

Optional auto

auto: boolean

Whether a file browser automatically loads its initial path. The default is true.

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.

Optional filter

filter: (value: IModel) => boolean

Filter function on file browser item model

Type declaration

    • Parameters

      Returns boolean

manager

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.

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc