@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface IsolationScope

    A scope entry created by scope().

    Wraps one or more isolation targets with channel-level precision, controlling which interaction types the deny/only rule applies to.

    interface IsolationScope {
        _isolationScope: true;
        channels: Readonly<Required<IsolationChannels>>;
        targets: readonly IsolationScopeTarget[];
    }
    Index

    Properties

    _isolationScope: true

    Discriminant — lets type guards identify scope entries at runtime.

    channels: Readonly<Required<IsolationChannels>>

    Resolved channel flags — all four are always present after normalisation.

    targets: readonly IsolationScopeTarget[]

    The targets this scope covers.