Skip to main content

navigator.collapsed

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

Overview

  • ID: 1543
  • Header: NAVIGATOR_COLLAPSED
  • Direction: Server to Client (s2c)
  • Realm: Navigator
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the list of search category codes that are currently collapsed

Payload fields

FieldTypeRequiredDescription
categoryCountint32requiredNumber of category code strings that follow.

Behavior

Sender

Sent as part of the navigator init burst. Lists the category codes the user has collapsed so the client can restore the correct state.

Receiver

The client marks each listed category as collapsed in the navigator UI. Confirmed in GLADIATOR.

Notes

  • After categoryCount, each entry is a string category code.