mirror of
https://github.com/sern-handler/website
synced 2026-06-11 02:12:25 +00:00
34 lines
634 B
Markdown
34 lines
634 B
Markdown
---
|
|
id: "InitArgs"
|
|
title: "Interface: InitArgs<T>"
|
|
sidebar_label: "InitArgs"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
## Type parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `T` | extends [`Processed`](../modules.md#processed)<[`Module`](Module.md)\> |
|
|
|
|
## Properties
|
|
|
|
### absPath
|
|
|
|
• **absPath**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/plugins/args.ts:107](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/plugins/args.ts#L107)
|
|
|
|
___
|
|
|
|
### module
|
|
|
|
• **module**: `T`
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/plugins/args.ts:106](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/plugins/args.ts#L106)
|