@evlt/apix
    Preparing search index...

    Function OwnerEvaluator

    • Marks a method as the owner evaluator for this endpoint class.

      The evaluator determines whether the requestor owns the resource targeted by a route. It must have signature: (request: Request<any, any>) => boolean | Promise

      Exactly one method per class should be decorated when ownership is required.

      Returns (_value: Function, context: ClassMethodDecoratorContext) => void