ILiveEvent interface 
Base type for all incoming live share events of a certain type
- Extends
 
Properties
| data | 
Inherited Properties
| client | 
	Client ID for the active socket connection.  | 
| name | Name of the event.  | 
| timestamp | Global timestamp of when the event was sent.  | 
Property Details
data
data: TEvent
				Property Value
TEvent
Inherited Property Details
		clientId
	 
	Client ID for the active socket connection.
clientId: string
				Property Value
string
Inherited From IClientTimestamp.clientId
name
timestamp
Global timestamp of when the event was sent.
timestamp: number
				Property Value
number
Inherited From IClientTimestamp.timestamp