@firebolt-js/sdk
Version:
The Firebolt JS SDK
30 lines (20 loc) • 367 B
Markdown
title: SecondScreen
# SecondScreen
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Types](#types)
- [SecondScreenEvent](#secondscreenevent)
## Types
### SecondScreenEvent
An a message notification from a second screen device
```typescript
type SecondScreenEvent = {
type: 'dial'
version?: string
data?: string
}
```