Markupless Documentation - v0.4.3
    Preparing search index...

    Interface Plugin

    Interface for defining a plugin.

    interface Plugin {
        install: (app: App) => void;
        name: string;
    }
    Index

    Properties

    Properties

    install: (app: App) => void

    Installation function called when app.use() is invoked

    name: string

    Unique name of the plugin