Skip to content

Navigation Reference

Reference for Navigation Reference in Web Framework References. Key properties: ID, Class.

Use this reference to understand what Navigation Reference is for and which component-specific inspector group matters most when you configure it.

Inspector Property Groups

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Attribute: id
ClasstextAdds raw class names to the element.
Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API
Attribute: class