@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Base class for all file plugins that select their files by a regular expression on the file path. Subclasses only have to provide their metadata and process.

    Hierarchy (View Summary)

    Index
    description: string

    A short description of what the plugin does.

    name: string

    A unique, human-readable name of the plugin.

    pattern: RegExp
    type: FileLoad = PluginType.FileLoad

    The type of the plugin, determining when and for what purpose it is applied during the analysis.

    version: SemVer

    The version of the plugin, ideally following semver.