Skip to content

Interface: Userscript

src/core/loader/loader.Userscript

Table of contents

Properties

Properties

func

func: (ctx: AddonCtx) => Promise<void | () => void>

Type declaration

(ctx): Promise<void | () => void>

Parameters
NameType
ctxAddonCtx
Returns

Promise<void | () => void>


matches

matches: readonly Match[]


runAtComplete

runAtComplete: boolean

Powered by TypeDoc & VitePress.