23 lines
448 B
Markdown
23 lines
448 B
Markdown
|
---
|
||
|
title: testString
|
||
|
description: Tests only. A simple object containing just a string
|
||
|
---
|
||
|
## Constructor: testString
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Tests only. A simple object containing just a string
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|value|[string](../types/string.md) | Yes|The string|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [TestString](../types/TestString.md)
|
||
|
|
||
|
|