@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
27 lines (16 loc) • 728 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [DeviceEvent](./devices.deviceevent.md)
## DeviceEvent class
A base class for device events.
<b>Signature:</b>
```typescript
export declare class DeviceEvent extends Event
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(type, deviceId)](./devices.deviceevent.(constructor).md) | | Constructs a new event. |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [deviceId](./devices.deviceevent.deviceid.md) | | <code>string</code> | A device ID. |