Interface EventData<CB, P>

used set default handlers

Property

will overwrite current component props

Property

triggers with respective event callback

Property

injected through callback

Type Parameters

  • CB = Function

  • P = Record<string, any>

Hierarchy

  • EventData

Properties

Properties

callback?: CB
props?: P

Generated using TypeDoc