@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
14 lines (8 loc) • 540 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [CardsReader](./devices.cardsreader.md) > [onCardInserted](./devices.cardsreader.oncardinserted.md)
## CardsReader.onCardInserted property
An event handler for the [CardInserted](./devices.cardinserted.md) event. This is a unicast subscription, i.e. only one handler can be registered at once.
<b>Signature:</b>
```typescript
onCardInserted: Handler<CardInserted>;
```