@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface NetworkFunctionsConfig {
        fns: readonly (Identifier | NetworkFunction)[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    fns: readonly (Identifier | NetworkFunction)[]

    The list of function names or more detailed NetworkFunction information that should be marked in the given context if their arguments match.