App — Heartbeat
Properties
Name
Type
Description
Legacy Properties
Name
Type
Description
Type Definition
interface AppHeartbeatMessage extends Omit<
Message,
'messageType' | 'sender'
> {
messageType: 'lsc:app:heartbeat';
sender: 'LiSA';
}Examples
Last updated