Beignet API reference
Preparing search index...
@beignet/core
testing
RunSeedsOptions
Interface RunSeedsOptions<Ctx>
Options for running a list of seeds.
interface
RunSeedsOptions
<
Ctx
>
{
ctx
:
Ctx
;
seeds
:
readonly
SeedDef
<
Ctx
,
string
>
[]
;
}
Type Parameters
Ctx
Index
Properties
ctx
seeds
Properties
ctx
ctx
:
Ctx
Context passed to every seed.
seeds
seeds
:
readonly
SeedDef
<
Ctx
,
string
>
[]
Seeds to run in order.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ctx
seeds
Beignet API reference
Loading...
Options for running a list of seeds.