1
0
Fork 0
js-utils/docs/api/js-utils.checklist._constru...

21 lines
588 B
Markdown
Raw Normal View History

2020-03-29 14:52:40 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [Checklist](./js-utils.checklist.md) &gt; [(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 | [ChecklistOptions](./js-utils.checklistoptions.md)<!-- -->&lt;T&gt; | |
2020-03-29 14:52:40 +00:00