Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Custom
Class Custom<ReturnType>
Type parameters
ReturnType
Hierarchy
CalculatedField
<
ReturnType
>
Custom
Index
Constructors
constructor
Properties
app
collection
getter
name
Methods
calculate
Constructors
constructor
new
Custom
(
app
:
App
, collection
:
Collection
, getter
:
Getter
<
ReturnType
>
)
:
Custom
Parameters
app:
App
collection:
Collection
getter:
Getter
<
ReturnType
>
Returns
Custom
Properties
app
app
:
App
collection
collection
:
Collection
getter
getter
:
Getter
<
ReturnType
>
name
name
:
string
= "calculated"
Methods
calculate
calculate
(
context
:
Context
, item
:
Item
, db_document
:
any
)
:
Promise
<
ReturnType
>
Parameters
context:
Context
item:
Item
db_document:
any
Returns
Promise
<
ReturnType
>
Globals
Custom
constructor
app
collection
getter
name
calculate
Generated using
TypeDoc