The handler signature for a single paper event, looked up by its camelCase
name. For example PaperEventHandler<'onCellPointerDown'> resolves to
(params: PointerCellEventParams) => void. Handy for typing a standalone
handler before adding it to a PaperEventMap.
Type Parameters
TextendskeyofPaperEventHandlers
The event key to look up (a camelCase on* key of the paper's React event handlers, see PaperEventMap).
The handler signature for a single paper event, looked up by its camelCase name. For example
PaperEventHandler<'onCellPointerDown'>resolves to(params: PointerCellEventParams) => void. Handy for typing a standalone handler before adding it to a PaperEventMap.