zeed
Preparing search index...
RPCFn
Interface RPCFn<T>
interface
RPCFn
<
T
>
{
asEvent
:
(
...
args
:
ArgumentsType
<
T
>
)
=>
void
;
(
...
args
:
ArgumentsType
<
T
>
)
:
Promise
<
Awaited
<
ReturnType
<
T
>
>
>
;
}
Type Parameters
T
RPCFn
(
...
args
:
ArgumentsType
<
T
>
)
:
Promise
<
Awaited
<
ReturnType
<
T
>
>
>
Call the remote function and wait for the result.
Parameters
...
args
:
ArgumentsType
<
T
>
Returns
Promise
<
Awaited
<
ReturnType
<
T
>
>
>
Index
Properties
as
Event
Properties
as
Event
asEvent
:
(
...
args
:
ArgumentsType
<
T
>
)
=>
void
Send event without asking for response
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
Event
zeed
Loading...
Call the remote function and wait for the result.