23 lines
575 B
Markdown
23 lines
575 B
Markdown
---
|
|
title: testVectorIntObject
|
|
description: Tests only. A simple object containing just a vector of objects containing a number
|
|
---
|
|
## Constructor: testVectorIntObject
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Tests only. A simple object containing just a vector of objects containing a number
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|value|Array of [testInt](../constructors/testInt.md) | Yes|The vector of objects|
|
|
|
|
|
|
|
|
### Type: [TestVectorIntObject](../types/TestVectorIntObject.md)
|
|
|
|
|