@logixjs/sandbox
    Preparing search index...

    Interface KernelSelection

    interface KernelSelection {
        effectiveKernelId: string;
        fallbackReason?: string;
        requestedKernelId?: string;
        strict: boolean;
    }
    Index

    Properties

    effectiveKernelId: string

    Effective kernelId used for this run.

    fallbackReason?: string

    If fallback happened, must be recorded (no silent fallback).

    requestedKernelId?: string

    Optional requested kernelId (when omitted, use default selection rules).

    strict: boolean

    strict by default; any mismatch/fallback must fail unless explicitly allowed.