@argdown/core
    Preparing search index...

    Interface IArgdownProcessor

    A processor is a "working step" in a process, containing a group of plugins

    interface IArgdownProcessor {
        plugins: IArgdownPlugin[];
        walker: ArgdownTreeWalker | null;
    }
    Index

    Properties

    Properties

    plugins: IArgdownPlugin[]
    walker: ArgdownTreeWalker | null

    The tree walker will only be added if any plugins of this processor define tokenListeners or ruleListeners.