Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDirectoryOptions

Options for the open directory dialog

Hierarchy

Index

Properties

Optional focusNodeSelector

focusNodeSelector: string

A selector for the primary element that should take focus in the dialog. Defaults to an empty string, causing the defaultButton to take focus.

Optional hasClose

hasClose: boolean

When "false", disallows user from dismissing the dialog by clicking outside it or pressing escape. Defaults to "true", which renders a close button.

Optional host

host: HTMLElement

The host element for the dialog. Defaults to document.body.

manager

Document manager

Optional renderer

renderer: IRenderer

An optional renderer for dialog items. Defaults to a shared default renderer.

Optional title

title: Header

The top level text for the dialog. Defaults to an empty string.

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc