MethodPropertyDescriptor<T> Interface
Package: @esfx/type-model
A PropertyDescriptor constrained to the valid attributes for a method.
Declaration
export interface MethodPropertyDescriptor<T extends (...args: any[]) => any = (...args: any[]) => any> Properties
configurable
Declaration
configurable?: boolean;Property Value
enumerable
Declaration
enumerable?: boolean;Property Value
value
Declaration
value: T;Property Value
T
    
writable
Declaration
writable?: boolean;