@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 438 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Question](./core.question.md) > [text](./core.question.text.md)
## Question.text property
A text of the security question (only when === [QuestionType.Custom](./core.questiontype.custom.md)<!-- -->)
<b>Signature:</b>
```typescript
readonly text?: string | undefined;
```