Interface ClipboardDataReturn

Undocumented

Hierarchy

  • ClipboardDataReturn

Properties

Properties

Data passed from copy/cut operation

datatype: string

Type of data in data object, typically 'track'

params: {
    cut: boolean;
    srcObject?: any;
}

additional static (serializable) data passed from cut/copy action

Type declaration

  • cut: boolean

    Whether the data was cut instead of copied.

  • Optional srcObject?: any

    Undocumented