Documentation
    Preparing search index...

    Interface Options

    interface Options {
        keyword: string;
        plugins: readonly PluginInstance[];
        warnLogger: (line: string) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    keyword: string

    Keyword to match against

    "@TODO"
    
    plugins: readonly PluginInstance[]

    Plugins that matches will be run through

    warnLogger: (line: string) => void

    Where to log errors