UNPKG

@loopback/docs

Version:
30 lines (19 loc) 742 B
--- lang: en title: 'API docs: repository.arraytype.(constructor)' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.arraytype.(constructor).html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [ArrayType](./repository.arraytype.md) &gt; [(constructor)](./repository.arraytype.(constructor).md) ## ArrayType.(constructor) Constructs a new instance of the `ArrayType` class <b>Signature:</b> ```typescript constructor(itemType: Type<T>); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | itemType | <code>Type&lt;T&gt;</code> | |