Node Name

The NodeName template part renders the current node name of the interaction node.

Syntax

<% NodeName %>

Example

<body>
    <!-- Body content -->
    <p>Current node name: <% NodeName %></p>
    <!-- Body content -->
</body>

Last updated

Was this helpful?