Skip to main content

navigator.settings

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 518
  • Header: NAVIGATOR_SETTINGS
  • Direction: Server to Client (s2c)
  • Realm: Navigator
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the user's saved navigator window layout settings

Payload fields

FieldTypeRequiredDescription
windowXint32requiredHorizontal screen position of the navigator window.
windowYint32requiredVertical screen position of the navigator window.
windowWidthint32requiredWidth of the navigator window in pixels.
windowHeightint32requiredHeight of the navigator window in pixels.
leftPanelHiddenbooleanrequiredWhether the left search-filter panel is hidden.
resultsModeint32requiredDisplay mode for search results: 0 = list view, 1 = thumbnail view, 2 = thumbnail-only (no mode toggle).

Behavior

Sender

Sent as part of the navigator init burst triggered by navigator.init (c2s 2110). Restores the navigator window to the position, size, and display mode the user had when they last closed it.

Receiver

The client positions and sizes the navigator window according to the received values and sets the left panel visibility and results mode. Confirmed in GLADIATOR.

Notes

  • No additional notes