@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface NetworkFunctionsConfig {
        fns: readonly string[];
        onlyTriggerWithArgument?: string | RegExp;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of NetworkFunctionsConfig
    Index

    Properties

    fns: readonly string[]

    The list of function names that should be marked in the given context if their arguments match.

    onlyTriggerWithArgument?: string | RegExp

    only trigger if the function's read argument is linked to a value that matches this pattern