Skip to main content

Interface: ScreenStateEvent

Defined in: src/sdk/instruments/InstrumentEvents.ts:10

An event fired when the screen state changes.

Properties

current

current: ScreenState

Defined in: src/sdk/instruments/InstrumentEvents.ts:12

The current screen state.


previous

previous: undefined | ScreenState

Defined in: src/sdk/instruments/InstrumentEvents.ts:15

The previous screen state.