shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
SpawnSigil
Interface SpawnSigil<Relic, Descriptor>
Sigil that starts a process in the current scope.
interface
SpawnSigil
<
Relic
,
Descriptor
extends
ProcessDescriptor
=
ProcessDescriptor
,
>
{
"[ECHO_TOKEN]"
?:
readonly
[
ProcessRef
<
Relic
,
Descriptor
>
]
;
descriptor
:
Descriptor
;
entry
:
Ritual
<
Relic
>
;
kind
:
"spawn"
;
}
Type Parameters
Relic
Descriptor
extends
ProcessDescriptor
=
ProcessDescriptor
Hierarchy (
View Summary
)
SigilShape
SpawnSigil
Index
Properties
[
ECHO_
TOKEN]?
descriptor
entry
kind
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
ProcessRef
<
Relic
,
Descriptor
>
]
Readonly
descriptor
descriptor
:
Descriptor
Readonly
entry
entry
:
Ritual
<
Relic
>
Readonly
kind
kind
:
"spawn"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
descriptor
entry
kind
Overview
shajara API
Loading...
Sigil that starts a process in the current scope.