PagePluginFunction | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias PagePluginFunction

    PagePluginFunction: (
        init: PagePluginInit,
        req: PagePluginRequest,
    ) => Promise<void> | void

    Defines the callback offered by a plugin (not exported from webhare/router yet, plugin APIs are still unstable)

    Type Declaration