@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 749 B
Markdown
lang: en
title: 'API docs: boot.baseartifactbooter.discovered'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/boot
permalink: /doc/en/lb4/apidocs.boot.baseartifactbooter.discovered.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [BaseArtifactBooter](./boot.baseartifactbooter.md) > [discovered](./boot.baseartifactbooter.discovered.md)
## BaseArtifactBooter.discovered property
List of files discovered by the Booter that matched artifact requirements
<b>Signature:</b>
```typescript
discovered: string[];
```