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

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