Search
Preparing search index...
@signalk/server-api
ActionHandler
Type Alias ActionHandler
ActionHandler
:
(
context
:
string
,
path
:
string
,
value
:
any
,
callback
?:
(
result
:
ActionResult
)
=>
void
,
)
=>
ActionResult
Type declaration
(
context
:
string
,
path
:
string
,
value
:
any
,
callback
?:
(
result
:
ActionResult
)
=>
void
,
)
:
ActionResult
Parameters
context
:
string
path
:
string
value
:
any
Optional
callback
:
(
result
:
ActionResult
)
=>
void
Returns
ActionResult
Signal K
Loading...