• Decorator for making getters in a Mutable class enumerable. This ensures that the getters are included in mutators and are subsequently displayed in the editor.

    Usage: Apply this decorator to both the getter method and the class to make it effective.

    Parameters

    • _value: unknown
    • _context: ClassGetterDecoratorContext<unknown, unknown> | ClassAccessorDecoratorContext<unknown, unknown> | ClassDecoratorContext<(new (...args) => any)>

    Returns void