<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Light](./server.light.md) &gt; [(constructor)](./server.light._constructor_.md)

## Light.(constructor)

Constructs a new instance of the `Light` class

**Signature:**

```typescript
constructor(options: LightOptions);
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

options


</td><td>

[LightOptions](./server.lightoptions.md)


</td><td>

The options for the Light instance.


</td></tr>
</tbody></table>
