Skip to content

tyneq


tyneq / ReflectOptions

Interface: ReflectOptions

Defined in: src/types/reflection.ts:63

Options for the reflect factory.

Properties

PropertyModifierTypeDefault valueDescriptionDefined in
inherited?readonlybooleanfalseWhen 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?readonlybooleanfalseWhen true, includes Symbol-keyed members in addition to string-keyed members.src/types/reflection.ts:78