IClearOperation Interface
Signals a clear operation.
Signature
export interface IClearOperation
Properties
Property | Type | Description |
---|---|---|
time | number | Time, in milliseconds, that the operation occurred on the originating device. |
type | "clear" | String identifier for the operation type. |
Property Details
time
Time, in milliseconds, that the operation occurred on the originating device.
Signature
time: number;
Type: number
type
String identifier for the operation type.
Signature
type: "clear";
Type: "clear"