We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IFrame
HtmlComponent
We can return any custom data from HtmlComponent. It's not HtmlComponentMessageEvent like another hendlers.
HtmlComponentMessageEvent
$w("#myHtmlComponent").onMessage( (event) => { let receivedMessage = event.data.someDataHere; // My custom data } );
error:
Property 'someDataHere' does not exist on type 'Element'.ts(2339)
use
"devDependencies": { "corvid-cli": "^0.2.2", "corvid-types": "^0.1.90" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wrong event type for
IFrame
andHtmlComponent
We can return any custom data from
HtmlComponent
. It's notHtmlComponentMessageEvent
like another hendlers.error:
use
The text was updated successfully, but these errors were encountered: