Back to Pocketbase

Interface OneHookFunc

static/jsvm/interfaces/dbx.OneHookFunc.html

latest641 B
Original Source

Interface OneHookFunc

OneHookFunc executes right before the query populate the row result from One() call (aka. op).

Hierarchy

  • OneHookFunc

  • OneHookFunc(q, a, op): void

Parameters

q: Query
a: {}
op: ((b) => void)
- 
  - (b): void
  - 

Parameters

    - 
b: {}

Returns void

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc