By specifying
<div data-bind="page: {id: 'someId', urlToggle: 'none'}">
some page content
</div>
the page is neither reacting to URL changes, nor is it registered as a child-page to its parent.
The page got no special visibility/display, other than what is given by css or styling.
By specifying
the page is neither reacting to URL changes, nor is it registered as a child-page to its parent.
The page got no special visibility/display, other than what is given by css or styling.