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