592 B
592 B
title | description |
---|---|
test.vectorString | test_vectorString attributes, type and example |
Constructor: test.vectorString
Attributes:
Name | Type | Required |
---|---|---|
value | Array of string | Yes |
Type: test_VectorString
Example:
$test_vectorString = ['_' => 'test.vectorString', 'value' => [string], ];
Or, if you're into Lua:
test_vectorString={_='test.vectorString', value={string}, }