Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
9 lines (6 loc) * 306 Bytes

hydration_actions.md

File metadata and controls

9 lines (6 loc) * 306 Bytes

Actions

The Actions are the actions that you want to be executed in the browser, it can be an alert, a JavaScript execution, or an element to add/replace/destroy.

CWebHyDrationBridge_alert(bridge, "hello %s", first_result_of_name);

This example shows how to execute an action in the browser.