@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Information passed to each ReplCommand#fn.

    interface ReplCommandInformation {
        allowRSessionAccess: boolean;
        analyzer: ReadonlyFlowrAnalysisProvider;
        output: ReplOutput;
        remainingLine: string;
    }
    Index

    Properties

    allowRSessionAccess: boolean
    output: ReplOutput
    remainingLine: string