# JavaScriptPackageInstallerAnnotation Properties

- Package: [Aspire.Hosting.JavaScript](/reference/api/csharp/aspire.hosting.javascript.md)
- Type: [JavaScriptPackageInstallerAnnotation](/reference/api/csharp/aspire.hosting.javascript/javascriptpackageinstallerannotation.md)
- Kind: `Properties`
- Members: `1`

Represents an annotation for a JavaScript installer resource.

## Resource

- Name: `Resource`
- Modifiers: `get`
- Returns: `ExecutableResource`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.JavaScript/JavaScriptPackageInstallerAnnotation.cs#L16)

The instance of the Installer resource used.

```csharp
public ExecutableResource Resource { get; }
```
