Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Proxify

A Proxy for all getters of model

export

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(target: any, prop: string): Promise<any>
  • Parameters

    • target: any
    • prop: string

    Returns Promise<any>

set

  • set(target: any, prop: string, value: any): boolean
  • Parameters

    • target: any
    • prop: string
    • value: any

    Returns boolean

Generated using TypeDoc