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

    Interface RParseRequestFromFile

    interface RParseRequestFromFile {
        content: string;
        request: "file";
    }
    Index

    Properties

    Properties

    content: string

    The path to the file represented in the FlowrAnalyzerFilesContext. See RParseRequests for multiple files.

    request: "file"