wix-incubator / corvid-types

Type definitions for Corvid by Wix
MIT License
5 stars 3 forks source link

[3][corvid-types][Deprecate Codemodel] Allow storing additional component event handlers in runtime #64

Closed dlvhdr closed 3 years ago

dlvhdr commented 3 years ago

Introduces:

registerComponentEventHandlers: (
  componentName: string,
  handlers: EventHandler[]
) => void;

See the PR that uses this API in devex: https://github.com/wix-private/wix-code-devex/pull/1795