Skip to content

Node

A Node is a single traversable unit in a Fireside graph.

Properties

PropertyTypeRequiredDescription
idstringNoUnique identifier when present.
titlestringNoHuman-readable node title.
tagsstring[]NoNode-level categorization tags.
durationstringNoDuration hint (ISO 8601 recommended).
layoutLayoutNoNode-level layout override.
transitionTransitionNoNode-level transition override.
speaker-notesstringNoPresenter-only notes.
traversalTraversalNoNavigation overrides for this node.
contentContentBlock[]YesRenderable blocks for this node.

Layout Values

default, center, split-horizontal, split-vertical, fullscreen, align-left, align-right, focus-code, agenda, compare, image-left, image-right.

Traversal Notes

traversal.next and branch option target values should resolve to valid node IDs in the same graph.