Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a widget. An options object for initializing a file browser directory listing.

Hierarchy

  • IOptions

Index

Properties

Properties

model

A file browser model instance.

Optional node

node: HTMLElement

The optional node to use for the widget.

If a node is provided, the widget will assume full ownership and control of the node, as if it had created the node itself.

The default is a new <div>.

Optional renderer

renderer: IRenderer

A renderer for file items.

The default is a shared Renderer instance.

Generated using TypeDoc