Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Const modelPolicy

  • modelPolicy(operation: "getAll" | "getOne" | "post" | "put" | "delete" | "globalModel", policy?: ModelAccessPolicy): (target: any) => void
  • Parameters

    • operation: "getAll" | "getOne" | "post" | "put" | "delete" | "globalModel"
    • policy: ModelAccessPolicy = ...

    Returns (target: any) => void

      • (target: any): void
      • Parameters

        • target: any

        Returns void

Const propertyPolicy

  • propertyPolicy(operation: "input" | "output" | "globalIO", policies: IOPolicy[]): (target: any) => void
  • Parameters

    • operation: "input" | "output" | "globalIO"
    • policies: IOPolicy[]

    Returns (target: any) => void

      • (target: any): void
      • Parameters

        • target: any

        Returns void

Generated using TypeDoc