tyneq / ReflectOptions
Interface: ReflectOptions
Defined in: src/types/reflection.ts:63
Options for the reflect factory.
Properties
| Property | Modifier | Type | Default value | Description | Defined in |
|---|---|---|---|---|---|
inherited? | readonly | boolean | false | When true, walks the full prototype chain and includes inherited members up to (but not including) Object.prototype. Equivalent to C# BindingFlags.FlattenHierarchy. | src/types/reflection.ts:72 |
symbols? | readonly | boolean | false | When true, includes Symbol-keyed members in addition to string-keyed members. | src/types/reflection.ts:78 |