21 lines
559 B
Markdown
21 lines
559 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [Checklist](./js-utils.checklist.md) > [(constructor)](./js-utils.checklist._constructor_.md)
|
||
|
|
||
|
## Checklist.(constructor)
|
||
|
|
||
|
Constructs a new instance of the `Checklist` class
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
constructor(options: ChecklistOptions<T>);
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| options | <code>ChecklistOptions<T></code> | |
|
||
|
|