@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
27 lines (16 loc) • 762 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [CardRemoved](./devices.cardremoved.md)
## CardRemoved class
An event signaling that a card was removed from a card reader.
<b>Signature:</b>
```typescript
export declare class CardRemoved extends DeviceEvent
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(reader, card)](./devices.cardremoved.(constructor).md) | | Contructs a new event object. |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [cardId](./devices.cardremoved.cardid.md) | | <code>string</code> | A card ID |