@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface QuoteConfig {
        envArgIndex?: number;
        forceArgs?: "all" | readonly boolean[];
        quoteArgumentsWithIndex: number;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of QuoteConfig
    Index

    Properties

    envArgIndex?: number
    forceArgs?: "all" | readonly boolean[]

    which of the arguments should be forced? this may be all, e.g., if the function itself is unknown on encounter

    quoteArgumentsWithIndex: number