Interface CallerReference

interface CallerReference {
    application?: string;
    component?: string;
    context?: any;
    function?: string;
    runtimeId?: string;
}

Properties

application?: string
component?: string
context?: any
function?: string
runtimeId?: string