Working within Perspective, is there a way (either through CSS or some other magic) to define a "global" breakpoint width within Perspective? Many of my windows within the project will have a mobile and desktop variant with the same breakpoint (say 640px) configured. What I'd like to do is define that width once within the project and apply to whatever breakpoint containers I'd like. Is there a way to achieve this?
The breakpoint property is bindable, make a session property that holds your expected value and then bind the breakpoint container's breakpoint
property to that session property for whichever containers you want.
Thanks, I totally missed that. I was looking at the breakpoint field in the top of the property editor which isn't bindable but missed the same property listed below in the props area.
Expanding on this a little bit, is there a way to bind a session prop to the "auto breakpoint" field on a docked view?
I not aware of a way to do that unfortunately. Does make it a very tedious effort when setting up docked views in a project with a lot of pages and not every page uses the same dock or config
Try binding all of them bidirectionally to the session property.