UNPKG

@digitalpersona/devices

Version:
27 lines (16 loc) 790 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [CardInserted](./devices.cardinserted.md) ## CardInserted class An event signaling that a card was presented (inserted or touched) to a card reader. <b>Signature:</b> ```typescript export declare class CardInserted extends DeviceEvent ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(reader, card)](./devices.cardinserted.(constructor).md) | | Contructs a new event object. | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [cardId](./devices.cardinserted.cardid.md) | | <code>string</code> | A card ID |