microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Determine a better method for checking for HTML render specific actions #187

Open janechu opened 2 years ago

janechu commented 2 years ago

Description

The HTML Render web component is currently looking for custom messages, but only ones that contain an options object with an action property. This is a little brittle, there should be a defined API for communication within components sent via the custom message API.