(static) callStack (stackopt)
Shows a stack of method calls.
Parameters:
Name |
Type |
Attributes |
Default |
Description |
stack |
string
|
<optional>
|
$.stack
|
Call stack. If not given, $.stack is used. (optional) |
|
(static) dump (valueopt, depthopt, titleopt)
Shows dialog window with structured information about value.
Parameters:
Name |
Type |
Attributes |
Default |
Description |
value |
*
|
<optional>
|
module:'brixy.ui.SuiBuilder'~SuiBuilder._builder.element
|
Value to dump. Default is current component. (optional) |
depth |
int
|
<optional>
|
3
|
Level of nesting. Default is 3. (optional) |
title |
string
|
<optional>
|
'Dump'
|
The title of the dialog window. Default is 'Dump'. (optional) |
|
(static) showSystemInfo ()
Shows system information.
|
(static) summary (name)
Records a $.summary() result.
Parameters:
Name |
Type |
Description |
name |
string
|
Name of the Summary. |
|
(static) summaryReport (clear)
Parameters:
Name |
Type |
Description |
clear |
boolean
|
Clear summary records. |
|
(static) timer (name)
Parameters:
Name |
Type |
Description |
name |
string
|
Timer's name. |
|
(static) timerReport (clear)
Shows a report window with timer records.
Parameters:
Name |
Type |
Description |
clear |
boolean
|
Clear timer records. |
|