--- sidebar_label: Handler --- # Handler type #### Signature: ```typescript export type Handler = (event: T) => void; ```