BSB Node.js Type Definitions
    Preparing search index...

    Interface ResolvedBSBOptions

    Resolved options with all defaults applied

    interface ResolvedBSBOptions {
        debug: boolean;
        live: boolean;
        cwd: string;
        appId: string;
        region?: string;
        mode: DEBUG_MODE;
        config: typeof SBConfig;
        plugins: typeof SBPlugins;
        observable: typeof SBObservable;
        events: typeof SBEvents;
        services: typeof SBServices;
    }
    Index

    Properties

    debug: boolean
    live: boolean
    cwd: string
    appId: string
    region?: string
    config: typeof SBConfig
    plugins: typeof SBPlugins
    observable: typeof SBObservable
    events: typeof SBEvents
    services: typeof SBServices