core-utils
    Preparing search index...
    interface ExecutionContext {
        metadata: Metadata;
        source: string;
    }
    Index

    Properties

    Properties

    metadata: Metadata

    Additional contextual information associated with this execution context

    source: string

    The class/file/service that originated the thread that owns this context