Options
All
  • Public
  • Public/Protected
  • All
Menu

The VDomModel for the FileUpload renderer.

Hierarchy

  • VDomModel
    • Model

Implements

  • IModel

Index

Constructors

constructor

Properties

Private _browserModel

_browserModel: FileBrowserModel | null = null

Private _items

_items: Array<IFileUploadItem> = []

isDisposed

isDisposed: boolean

Test whether the model is disposed.

stateChanged

stateChanged: Signal<this, void>

A signal emitted when any model state changes.

Accessors

browserModel

items

  • get items(): IFileUploadItem[]

Methods

Private _uploadChanged

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc