@bluelibs/runner - v5.5.0
Preparing search index...
TaskBuilderWithPhantom
Interface TaskBuilderWithPhantom
interface
TaskBuilderWithPhantom
{
phantom
:
<
TInput
=
undefined
,
TResolved
=
any
>
(
id
:
string
,
)
=>
PhantomTaskFluentBuilder
<
TInput
,
TResolved
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
;
<
TInput
=
undefined
>
(
id
:
string
,
)
:
TaskFluentBuilder
<
TInput
,
Promise
<
any
>
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
;
}
TaskBuilderWithPhantom
<
TInput
=
undefined
>
(
id
:
string
,
)
:
TaskFluentBuilder
<
TInput
,
Promise
<
any
>
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
Type Parameters
TInput
=
undefined
Parameters
id
:
string
Returns
TaskFluentBuilder
<
TInput
,
Promise
<
any
>
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
Index
Properties
phantom
Properties
phantom
phantom
:
<
TInput
=
undefined
,
TResolved
=
any
>
(
id
:
string
,
)
=>
PhantomTaskFluentBuilder
<
TInput
,
TResolved
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
Type Declaration
<
TInput
=
undefined
,
TResolved
=
any
>
(
id
:
string
,
)
:
PhantomTaskFluentBuilder
<
TInput
,
TResolved
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
Entry point for creating a phantom task builder.
Type Parameters
TInput
=
undefined
TResolved
=
any
Parameters
id
:
string
Returns
PhantomTaskFluentBuilder
<
TInput
,
TResolved
,
{}
,
ITaskMeta
,
TagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
phantom
@bluelibs/runner - v5.5.0
Loading...
Entry point for creating a phantom task builder.