Search
Preparing search index...
The search index is not available
mongoose-model-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"proxy"
Proxify
Class Proxify
A Proxy for all getters of model
export
Hierarchy
Proxify
Model
Index
Constructors
constructor
Methods
get
set
Constructors
constructor
new
Proxify
(
)
:
Proxify
Returns
Proxify
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
Globals
"collection"
"constants/hook"
"constants/initial"
"constants/reflect.keys"
"constants/symbols"
"entity"
"hooks"
"instance.loader"
"interfaces/delete.interface"
"interfaces/hook.interface"
"interfaces/model.interface"
"interfaces/proxy.interface"
"model"
"plugin"
"prop"
"proxy"
"types"
"utils/deasync"
"utils/proxy"
Proxify
constructor
get
set
Generated using
TypeDoc
A Proxy for all getters of model