Page title in docked view

Hi, I have a global docked view and i want to dynamically display the active page title. This can be set in the Perspective window but i can not find the parameter when binding the label in the docked view. Surely there must be a global tag for this and not have to pass parameters around with custom tags.

I think page.props.title property binding is what you're looking for.

Hi ,thanks but I have a cloud instance of Ignition and the page.props.title brings up the Ignition instance/project name not the active page title. I should have named the pages "Plant_1" and "Plant_2" to not confuse the Ignition project.

I believe you can change the project title from the gateway - Config->Projects->your_project->Edit or something like that?

Edit the Title, not the project Name!

You can also write to that property directly instead of using custom tags.