Preparing search index...
The search index is not available
cloudflared
cloudflared
TunnelEvents
Interface TunnelEvents
interface
TunnelEvents
{
connected
:
(
(
connection
:
Connection
)
=>
void
)
;
disconnected
:
(
(
connection
:
Connection
)
=>
void
)
;
error
:
(
(
error
:
Error
)
=>
void
)
;
exit
:
(
(
code
:
null
|
number
,
signal
:
null
|
Signals
)
=>
void
)
;
stderr
:
(
(
data
:
string
)
=>
void
)
;
stdout
:
(
(
data
:
string
)
=>
void
)
;
url
:
(
(
url
:
string
)
=>
void
)
;
}
Index
Properties
connected
disconnected
error
exit
stderr
stdout
url
Properties
connected
connected
:
(
(
connection
:
Connection
)
=>
void
)
disconnected
disconnected
:
(
(
connection
:
Connection
)
=>
void
)
error
error
:
(
(
error
:
Error
)
=>
void
)
exit
exit
:
(
(
code
:
null
|
number
,
signal
:
null
|
Signals
)
=>
void
)
stderr
stderr
:
(
(
data
:
string
)
=>
void
)
stdout
stdout
:
(
(
data
:
string
)
=>
void
)
url
url
:
(
(
url
:
string
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connected
disconnected
error
exit
stderr
stdout
url
cloudflared
AlreadyInstalledError
ConfigHandler
ConnectionHandler
NotInstalledError
TryCloudflareHandler
Tunnel
ConfigHandlerEvents
Connection
TunnelConfig
TunnelEvents
OutputHandler
TunnelOptions
CLOUDFLARED_VERSION
DEFAULT_CLOUDFLARED_BIN
MACOS_SERVICE_PATH
RELEASE_BASE
bin
identifier
service
build_args
build_options
install
install_linux
install_macos
install_windows
tunnel
use
"
"