Documentation Index
Fetch the complete documentation index at: https://docs.usechar.com/llms.txt
Use this file to discover all available pages before exploring further.
Function: isExpandedDisplayMode()
isExpandedDisplayMode(Checks whether a display mode represents an expanded agent surface. Expanded modes are:mode):boolean
inline(panel-style)fullscreen(viewport-filling)
pip(launcher-only)
Parameters
mode
Current display mode from host context.CharDisplayMode | undefined
Returns
boolean
true for expanded modes and false for collapsed/undefined modes.
