mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2.6 KiB
2.6 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Page |
<##head##>
Page
The Page node is a basic building block when creating web type navigation using a Page Router.
:::note
Page nodes cannot be created throught the node picker, it can only be created by adding a new Page in the component list.
:::
Pages are typically used together with a Page Inputs node to be able to provide parameters to the Page.
<##head##>
Inputs
| Data | Description |
|---|---|
| Title | <##input:title##>This property controls the title of the Page i.e. what the title of the browser window will be say when the Page is active.<##input##> |
| URL path | <##input:urlPath##>This property controls the URL route to this Page in relation to its Page Router.<##input##> See the documentation for Page Router for more details on how routing works. |
This node supports the following Visual Input Properties:
Outputs
Visual
This node supports the following Visual Output Properties:
@include "../shared-props/inputs/_visual-input-properties.md"
@include "../shared-props/outputs/_visual-output-properties.md"
