map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface InterpretationOptions

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

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

    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.