method Console.group
Jump to headingConsole.group(...label: any[]): void
Increases indentation of subsequent lines by spaces for groupIndentation
length.
If one or more label
s are provided, those are printed first without the
additional indentation.
Parameters Jump to heading
Jump to heading<span>...label</span>: any[]
Return Type Jump to heading
void