taraskevizer
Preparing search index...
steps
AsyncTaraskStep
Type Alias AsyncTaraskStep<Storage>
AsyncTaraskStep
:
(
context
:
{
cfg
:
DeepReadonly
<
TaraskConfig
>
;
storage
:
Storage
;
text
:
string
;
}
,
)
=>
void
|
Promise
<
void
>
Step of an async pipeline.
Type Parameters
Storage
extends
object
=
object
Type Declaration
(
context
:
{
cfg
:
DeepReadonly
<
TaraskConfig
>
;
storage
:
Storage
;
text
:
string
;
}
,
)
:
void
|
Promise
<
void
>
Parameters
context
:
{
cfg
:
DeepReadonly
<
TaraskConfig
>
;
storage
:
Storage
;
text
:
string
}
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
taraskevizer
Loading...
Step of an async pipeline.