interface IVariableTitle {
    contextName?: string;
    kernelName?: string;
}

Properties

contextName?: string
kernelName?: string