interface Metadata {
    end?: number;
    payload: any;
    start?: number;
    type: MetadataType;
}

Properties

Properties

end?: number

The end time of the metadata.

payload: any

the actual metadata.

start?: number

The start time of the metadata.

The type of timed metadata.