Skip to content

Documentation / @super-line/server / HandledKeys

Type Alias: HandledKeys<P>

HandledKeys<P> = PluginHandledKeys<P[number]>

Defined in: index.ts:296

Union of the clientToServer keys handled across a plugin tuple P (subtracted from implement).

Type Parameters

P

P extends readonly SuperLinePlugin<any>[]

Released under the MIT License.