Skip to content

Documentation / @agentick/tui / StatusBarProps

Interface: StatusBarProps

Defined in: components/status-bar/StatusBar.tsx:14

Properties

isExecuting?

optional isExecuting: boolean

Defined in: components/status-bar/StatusBar.tsx:20

Whether an execution is running (defaults to streaming text state)


left?

optional left: ReactNode

Defined in: components/status-bar/StatusBar.tsx:22

Left-aligned content (grows to fill)


mode?

optional mode: ChatMode

Defined in: components/status-bar/StatusBar.tsx:18

Current chat mode


optional right: ReactNode

Defined in: components/status-bar/StatusBar.tsx:24

Right-aligned content (shrinks to fit)


sessionId

sessionId: string

Defined in: components/status-bar/StatusBar.tsx:16

Session ID for context info subscription

Released under the ISC License.