UNPKG

@firebolt-js/sdk

Version:
30 lines (20 loc) 367 B
--- 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 } ``` ---