Verona Player Interface Handles communication between player and host application

Constructors

Properties

messageHandlers: Map<string, Set<Function>> = ...
sessionId: null | string = null
debug: boolean
allowedOrigin: string
targetWindow: Window
messageListener: ((event: MessageEvent<any>) => void)

Methods