For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/types/EventHandler.md.

Type Alias: EventHandler<T>

event

EventHandler<T> = (eventArg) => void

Beta

A generic handler for an event sink.

Type Parameters

T

T

Parameters

eventArg

T

Returns

void

同领域相关