@pistonite/workex
Preparing search index...
internals
WindowLike
Type Alias WindowLike
Things that looks like a
Window
type
WindowLike
=
{
addEventListener
:
(
type
:
string
,
listener
:
(
event
:
any
)
=>
any
,
options
?:
{
signal
?:
any
}
,
)
=>
any
;
close
?:
()
=>
void
;
closed
?:
boolean
;
location
?:
{
origin
?:
string
}
;
open
:
(
url
:
string
,
target
:
string
,
features
:
string
)
=>
WindowLike
|
null
;
opener
?:
WindowLike
|
null
;
parent
?:
WindowLike
|
null
;
postMessage
:
(
message
:
any
,
targetOrigin
:
string
)
=>
any
;
}
Index
Properties
add
Event
Listener
close?
closed?
location?
open
opener?
parent?
post
Message
Properties
add
Event
Listener
addEventListener
:
(
type
:
string
,
listener
:
(
event
:
any
)
=>
any
,
options
?:
{
signal
?:
any
}
,
)
=>
any
Optional
close
close
?:
()
=>
void
Optional
closed
closed
?:
boolean
Optional
location
location
?:
{
origin
?:
string
}
open
open
:
(
url
:
string
,
target
:
string
,
features
:
string
)
=>
WindowLike
|
null
Optional
opener
opener
?:
WindowLike
|
null
Optional
parent
parent
?:
WindowLike
|
null
post
Message
postMessage
:
(
message
:
any
,
targetOrigin
:
string
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Event
Listener
close
closed
location
open
opener
parent
post
Message
@pistonite/workex
Loading...
Things that looks like a
Window