dundas.view.LocalStorageBufferData Class

Represents the clipboard data. This clipboard data uses HTML5 local storage to store its data by serializing it.
 

Inheritance Hierarchy

 
Class
   dundas.view.LocalStorageBufferData
 

Constructors

 
  Name Description
init Create a new instance.
 
 

Properties

 
  Name Description
data Gets the data of this buffer data.
metaData Gets the metadata of this clipboard buffer.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.