• {@inheritDoc computed}

    Type Parameters

    • T

    Parameters

    • options: IComputedValueOptions<T>

    Returns Annotation & PropertyDecorator & ClassGetterDecorator

  • {@inheritDoc computed}

    Type Parameters

    • T

    Parameters

    • func: (() => T)
        • (): T
        • Returns T

    • Optional options: IComputedValueOptions<T>

    Returns IComputedValue<T>

  • {@inheritDoc computed}

    Parameters

    • target: Object
    • propertyKey: string | symbol

    Returns void

  • {@inheritDoc computed}

    Parameters

    • value: ((this) => any)
        • (this): any
        • Parameters

          • this: any

          Returns any

    • context: ClassGetterDecoratorContext<unknown, unknown>

    Returns void | ((this) => any)