Class: PanelErrorEvent

PanelErrorEvent

Events emitted by Mapspace.nvdb.control.Panel.


new PanelErrorEvent(type, title, error, taskID)

Parameters:
Name Type Argument Description
type Mapspace.nvdb.control.PanelEventType

Event type.

title string

Error title.

error Error

Error.

taskID string <nullable>

An optional task ID for the error.

Source:
mapspace-nvdb/events.js

Extends

Members


error :Error

Error.

Source:
mapspace-nvdb/events.js

<nullable> taskID :string

An optional task ID for the error.

Source:
mapspace-nvdb/events.js

<nullable> title :string

Error title.

Source:
mapspace-nvdb/events.js