Additional options provided by the DomainSystem during interpret of a bundle.

interface InterpretationOptions {
    bundle: Bundle;
    domainSystemConfig: ConfigFragment;
    isInInitialOrderedBundle: boolean;
    signal: AbortSignal;
}

Properties

bundle: Bundle

The current bundle.

domainSystemConfig: ConfigFragment

Provides access to global configuration options, defined at the domain-system/Config element.

isInInitialOrderedBundle: boolean

Flag if the current bundle is part of the ordered bundle list.

signal: AbortSignal

An abort signal. This can be used to react to a domain bundle stop, if the interpretation is not finished.