@logixjs/sandbox
    Preparing search index...

    Interface KernelRegistry

    interface KernelRegistry {
        allowCrossOrigin?: boolean;
        defaultKernelId?: string;
        kernels: readonly KernelVariant[];
    }
    Index

    Properties

    allowCrossOrigin?: boolean

    Whether cross-origin kernel resources are allowed (default should be false).

    defaultKernelId?: string

    Default kernelId when no kernelId is requested and the fallback target when allowed. Required when multiple kernels exist.

    kernels: readonly KernelVariant[]

    Available kernel variants. Order should be stable (recommend: registration order).