Beignet API reference
    Preparing search index...

    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

    Properties

    ctx: Ctx

    Context passed to every seed.

    seeds: readonly SeedDef<Ctx, string>[]

    Seeds to run in order.