UNPKG

@digitalpersona/devices

Version:
27 lines (16 loc) 762 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [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 |