This topic describes how to configure a tool method class node in Blueprint Editor. Currently the logical nodes within the tool method only include navigation.
Navigation node
The navigation node, which can be used to redirect pages. You can open a new browser tab or redirect pages within the current tab. You can also specify custom parameters when you redirect pages.
Scenario: A large number of navigation nodes are used to navigate to a new page. For example, in the following scenario, you can click an area on the map to go to the lower-level page of the configured area. When you click the map area, you can obtain the value of the adcode field in the current area through the data processing node, and the returned parameter data is return {adcode: data.area_id};. Then, in the configuration panel of the navigation node, set the link address of the lower-level jump page to https://www.other-page.com, customize the parameter variable name adcode, and enter the result returned by serial data processing into the open page of the navigation node.
Add a navigation node to the canvas. You can view the events and actions supported by the navigation node and configure parameters. For more information, see Use logical nodes.
Node configuration panel

Parameter description
State | Description |
URL | The URL of the destination page. Both static field and dynamic values are included. |
New page | Turn on the switch to open a new web page to open the jump link address; Turn off the switch to open the jump link address on the original web page. |
Request parameters | You can customize the parameter name and parameter value of the request parameters when you jump to the page. Click the |
Anchor configuration panel
action parameter description
Action | Description |
Open a page | Enter the output of the upstream node to open the page. |
or
icon on the right to add or remove a request parameters. Click the
or
icon to configure the arrangement style of multiple request parameters. Click the
icon to copy the selected request parameters configurations and add a request parameters with the same configurations.