Type alias SDKToPanelMessage
SDKToPanelMessage: { msg: "refresh-devtools"; } | { docKey: string; msg: "doc::available"; } | { docKey: string; events: TransactionEvent[]; msg: "doc::sync::full"; } | { docKey: string; event: TransactionEvent; msg: "doc::sync::partial"; } Type declaration
docKey: string
msg: "doc::available"
Type declaration
docKey: string
msg: "doc::sync::full"
Type declaration
docKey: string
msg: "doc::sync::partial"
Definition of all messages the SDK can send to the Devtools panel.