@valon-technologies/gestalt
    Preparing search index...

    Interface InvocationContext

    interface InvocationContext {
        requestId: string;
        depth: number;
        callChain: string[];
        surface: string;
        internalConnectionAccess: boolean;
        connection: string;
    }
    Index

    Properties

    requestId: string
    depth: number
    callChain: string[]
    surface: string
    internalConnectionAccess: boolean
    connection: string