PagePluginFunction | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/routerPagePluginFunctionType Alias PagePluginFunctionPagePluginFunction: ( init: PagePluginInit, req: PagePluginRequest,) => Promise<void> | voidDefines the callback offered by a plugin (not exported from webhare/router yet, plugin APIs are still unstable) Type Declaration(init: PagePluginInit, req: PagePluginRequest): Promise<void> | voidParametersinit: PagePluginInitreq: PagePluginRequestReturns Promise<void> | voidSettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Defines the callback offered by a plugin (not exported from webhare/router yet, plugin APIs are still unstable)