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
    boolean

    enumerable

    Declaration
    enumerable?: boolean;
    Property Value
    boolean

    value

    Declaration
    value: T;
    Property Value
    T

    writable

    Declaration
    writable?: boolean;
    Property Value
    boolean

    Generated by DocFX