method Console.dir
Jump to headingConsole.dir(item?: any,options?: any,): void
Displays a list of the properties of a specified object
Examples Jump to heading
Parameters Jump to heading
optional
Jump to headingitem: any
Object to display
optional
Jump to headingoptions: any
Formatting options
Return Type Jump to heading
void