UNPKG

@digitalpersona/services

Version:
28 lines (17 loc) 795 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [VarString](./services.varstring.md) ## VarString class A variant data holding a string value. <b>Signature:</b> ```typescript export declare class VarString ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(values)](./services.varstring.(constructor).md) | | Constructs a new instance of the <code>VarString</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [type](./services.varstring.type.md) | | <code></code> | | | [values](./services.varstring.values.md) | | <code>string[]</code> | |