Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
web
util
ws
WsOps
Interface WsOps
interface
WsOps
{
close
?:
(
(
)
=>
void
)
;
error
?:
(
(
e
:
any
)
=>
void
)
;
handler
:
(
(
e
:
any
)
=>
void
)
;
open
?:
(
(
)
=>
void
)
;
url
:
string
;
}
Index
Properties
close?
error?
handler
open?
url
Properties
Optional
close
close
?:
(
(
)
=>
void
)
Optional
error
error
?:
(
(
e
:
any
)
=>
void
)
handler
handler
:
(
(
e
:
any
)
=>
void
)
Optional
open
open
?:
(
(
)
=>
void
)
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
close
error
handler
open
url
Tidyscripts Docs
Loading...