Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prints the properties of an object to the console.
![]() |
Syntax
var retVal = console.dir(value, optionalParams);
Parameters
value [optional]
Type: anyObject or element.
optionalParams
Type: anyObject or element.
retVal [out, retval]
Type: boolean
Remarks
If more than one object or element is provided as parameters, only the last one will have the properties displayed.