TitleBarProps
Defined in: packages/react/src/titleBar.tsx:6
Properties
title?
optional title?: string;Defined in: packages/react/src/titleBar.tsx:8
Main title, e.g. "Valora ยท Tactical Interface".
subtitle?
optional subtitle?: string;Defined in: packages/react/src/titleBar.tsx:10
Sub-row label next to the lock glyph.
brand?
optional brand?: string;Defined in: packages/react/src/titleBar.tsx:12
Brand avatar letter. Default "E".
timer?
optional timer?: string;Defined in: packages/react/src/titleBar.tsx:14
Session timer text, MM:SS.
theme?
optional theme?: VoiceTheme;Defined in: packages/react/src/titleBar.tsx:16
Current theme โ picks the sun/moon glyph.
onInvite?
optional onInvite?: () => void;Defined in: packages/react/src/titleBar.tsx:18
Invite button click.
Returns
void
onToggleTheme?
optional onToggleTheme?: () => void;Defined in: packages/react/src/titleBar.tsx:20
Theme-toggle click.
Returns
void