BlobEvent
Overview
The BlobEvent interface represents events associated with a Blob. These blobs are typically, but not necessarily, associated with media content.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
data
property data: dynamic read;
dynamic data { get; }
var data: dynamic { get{} }
dynamic data { __get; }
ReadOnly Property data() As dynamic
timecode
property timecode: DateTime read;
DateTime timecode { get; }
var timecode: DateTime { get{} }
DateTime timecode { __get; }
ReadOnly Property timecode() As DateTime