Function LRPCMedia

  • This decorator is used to mark a field in a LrpcPayload as media This injects the file property into the request as specified in LRPCRequest interface example usage: LRPCMedia() fieldName: string

    Returns (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void