Site Node

A site node represent any node in the site hierarchy.

Parameters

Parameter
Description
Tutorials / Demos / Sample Code

Node Type

Each site node can either be a Page or Label. A label is used for grouping site nodes where each child site node can either be a label or a page.

Page Type

A Page can be of two types - Internal or External. Internal pages can be designed using Site Builder's built in page designer. On the other hand external pages are consumed from a micro app. External pages are coded by the developers and suitable for those requirements where a page is very complex and so can't be designed using built-in page designer.

External Page

A vuejs component which is loaded from the micro app and which can be used to code any complex page which can't be designed using page designer. Must be registered under the (unmanaged) parent team of this site node or under the parent team of this site node's (managed) parent team.

This will be visible only when page type is External.

Layout

A vuejs component which which is loaded from a micro app and renders the site nodes under this label within it.

Must be registered under the (unmanaged) parent team of this site node or under the parent team of this site node's (managed) parent team. This will be visible for a site node of type Label only.

Last updated

Was this helpful?