EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
dir method
Prints the properties of an object to the console.
![]() |
Syntax
var retVal = console.dir(value, optionalParams);Parameters
- value [optional]
-
Type: any
Object or element.
- optionalParams
-
Type: any
Object 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.
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012

