Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class Screen
implements IScreen
extends HitAbstract
import { Screen } from "https://deno.land/x/flagship_io_js_sdk@3.0.14/hit/Screen.ts";

Constructors

new
Screen(screen: Omit<IScreen, "type">)

Properties

private
_documentLocation: string
documentLocation: string

Methods

getErrorMessage(): string
isReady(checkParent?): boolean
toApiKeys(): any
toObject(): Record<string, unknown>