Table of Contents

Enum PanelFocusOrder

Namespace
Velvet
Assembly
Velvet.Docs.dll

How a host panel (V.Portal(layer:) / V.WorldSpace) participates in sequential (Tab/Shift-Tab) focus order relative to the panel declaring it. Isolated (the default) is the pre-existing behavior: the host panel's focus ring wraps internally and never crosses the panel boundary — the explicit-opt-in stance of the cross-panel navigation decision. Chained joins the declaring panel's Tab order at the portal's call site (iframe semantics): Tab past the host ring's last element exits to the element after the portal's placeholder; Tab reaching the placeholder's position enters the host at its ring-first (Shift-Tab symmetric). Arrow/2D navigation never crosses panels.

public enum PanelFocusOrder

Fields

Chained = 1
Isolated = 0