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

    Interface IsolationWhitelistEntry

    interface IsolationWhitelistEntry {
        channels?: IsolationChannels;
        for: readonly IsolationTarget[];
        targets: readonly IsolationTarget[];
    }
    Index

    Properties

    Properties

    Channels controlled by this grant. Defaults to all channels when omitted.

    for: readonly IsolationTarget[]

    Consumers that receive the grant. Supports definitions, tags, subtreeOf(...), wildcard scope("*"), and scope(...) targets.

    targets: readonly IsolationTarget[]

    Targets that become accessible to the matching consumers for the selected channels on this boundary only.