Skip to main content
property InspectOptions.showHidden

If true, object's non-enumerable symbols and properties are included in the formatted result. WeakMap and WeakSet entries are also included as well as user defined prototype properties (excluding method properties).

Type

boolean | undefined
Back to top