node-ovsdb
Preparing search index...
OvsdbNotificationBase
Interface OvsdbNotificationBase<TMethod, TParams>
A JSON-RPC notification emitted by the server.
interface
OvsdbNotificationBase
<
TMethod
extends
string
,
TParams
extends
unknown
[]
,
>
{
id
:
null
;
method
:
TMethod
;
params
:
TParams
;
}
Type Parameters
TMethod
extends
string
TParams
extends
unknown
[]
Index
Properties
id
method
params
Properties
id
id
:
null
method
method
:
TMethod
params
params
:
TParams
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
method
params
node-ovsdb
Loading...
A JSON-RPC notification emitted by the server.