@serenada/react-ui
Preparing search index...
DebugPanelProps
Interface DebugPanelProps
interface
DebugPanelProps
{
connectionInfo
?:
DebugPanelConnectionInfo
;
onClose
?:
()
=>
void
;
sections
?:
DebugPanelSection
[]
;
stats
:
CallStats
|
null
;
strings
?:
Partial
<
Record
<
SerenadaString
,
string
>
>
;
}
Index
Properties
connection
Info?
on
Close?
sections?
stats
strings?
Properties
Optional
connection
Info
connectionInfo
?:
DebugPanelConnectionInfo
Optional
on
Close
onClose
?:
()
=>
void
Optional
sections
sections
?:
DebugPanelSection
[]
Pre-built sections override. When provided, stats are ignored.
stats
stats
:
CallStats
|
null
Optional
strings
strings
?:
Partial
<
Record
<
SerenadaString
,
string
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connection
Info
on
Close
sections
stats
strings
@serenada/react-ui
Loading...
Pre-built sections override. When provided, stats are ignored.