Interface WebFlowBridgeMessage

A message sent by the page inside a web flow through the bridge named by bridgeName.

Hierarchy

  • WebFlowBridgeMessage

Properties

Properties

bridgeName: string

The name of the bridge that received the message, matching bridgeName.

data: string

The message exactly as the page sent it, without any parsing or transformation.

Always a string. When the page sends a JSON string, data is that string — parse it yourself. When the page sends an object, it is serialized to its JSON text.

Generated using TypeDoc