Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / filters / custom
Function: custom()
ts
function custom(fn, meta?): DescribedFilter;Defined in: packages/agent/src/filters/index.ts:307
Wrap a caller-supplied function as a DescribedFilter with the canonical 'custom' descriptor.
Parameters
| Parameter | Type |
|---|---|
fn | HandoffFilter |
meta? | Readonly<Record<string, unknown>> |