Preparing search index...
The search index is not available
Documentation
Documentation
@nut-tree/shared
isWindowQuery
Function isWindowQuery
is
Window
Query
(
possibleQuery
)
:
possibleQuery
is
{
by
:
{
title
:
string
|
RegExp
;
}
;
id
:
string
;
type
:
"window"
;
}
Type guard for
WindowQuery
Parameters
possibleQuery
:
any
A possible window query
Returns
possibleQuery
is
{
by
:
{
title
:
string
|
RegExp
;
}
;
id
:
string
;
type
:
"window"
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@nut-tree
nut-js
provider-interfaces
shared
Generated using
TypeDoc
Type guard for WindowQuery