@pond-ts/process API Reference
Preparing search index...
index
SourceRegistry
Class SourceRegistry
Index
Constructors
constructor
Methods
define
load
Constructors
constructor
new
SourceRegistry
()
:
SourceRegistry
Returns
SourceRegistry
Methods
define
define
<
const
Name
extends
string
,
const
Params
extends
Readonly
<
Record
<
string
,
ParamValue
>
>
,
>
(
source
:
SourceDef
<
Name
,
Params
>
,
)
:
this
Type Parameters
const
Name
extends
string
const
Params
extends
Readonly
<
Record
<
string
,
ParamValue
>
>
Parameters
source
:
SourceDef
<
Name
,
Params
>
Returns
this
load
load
(
ref
:
SourceRef
,
previous
?:
LoadedSource
)
:
Promise
<
LoadedSource
>
Parameters
ref
:
SourceRef
Optional
previous
:
LoadedSource
Returns
Promise
<
LoadedSource
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
define
load
@pond-ts/process API Reference
Loading...