LongLink State Elements

longlink

Definition

Wraps one XML page and declares optional navigation metadata for the LongLink web runtime.

Usage

Use longlink as the root element in every XML page file.

Attributes

  • name. Readable page tab label included in the page manifest.
  • icon. Lucide icon slug included in the page manifest.

Children

State, Query, layout elements, component elements, and rendered control flow.

Example

xml
<longlink name="Orders" icon="clipboard-list">
<Heading level="1" i18n="orders.title" />
<Text as="p" i18n="orders.description" />
</longlink>