MimeData | @lumino (original) (raw)

Index

Constructors

constructor

Properties

Private _types

_types: string[] = []

Private _values

_values: any[] = []

Methods

clear

clearData

getData

The value for the given MIME type, or undefined if the dataset does not contain a value for the type.

hasData

true if the dataset contains a value for the given MIME type, false otherwise.

setData

Returns void

types

A new array of the MIME types, in order of insertion.