@eagleoutice/flowr - v2.13.2
    Preparing search index...
    interface ShowQueryOptions {
        collapseQuery?: boolean;
        collapseResult?: boolean;
        ctx?: GeneralDocContext;
        files?: readonly { content: string; name: string }[];
        shorthand?: string;
        showCode?: boolean;
    }
    Index

    Properties

    collapseQuery?: boolean
    collapseResult?: boolean
    files?: readonly { content: string; name: string }[]

    additional in-memory files registered before the request, e.g. the targets of source(...) calls

    shorthand?: string
    showCode?: boolean