Page Contents

Home > @loopback/boot > BootExecutionOptions

BootExecutionOptions type

Options for boot() execution

Signature:

export declare type BootExecutionOptions = {
    booters?: Constructor<Booter>[];
    filter?: {
        booters?: string[];
        phases?: string[];
    };
    [prop: string]: any;
};

References: Constructor, Booter