@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 422 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Answer](./core.answer.md) > [text](./core.answer.text.md)
## Answer.text property
A text of the answer. Must be given in correponding [keyboard layout](./core.question.keyboard_layout.md)<!-- -->.
<b>Signature:</b>
```typescript
readonly text: string;
```