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
Name | Type |
---|---|
ctx | AddonCtx |
Returns
Promise
<void
| () => void
>
matches
matches: readonly Match
[]
runAtComplete
runAtComplete: boolean