> ## Documentation Index
> Fetch the complete documentation index at: https://dapplets.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# InjectableTarget

```java theme={null}
type InjectableTarget = (Target | TransferableContext) & {
	injectTo?: string
}
```

* [`Target`](https://dapplets.mintlify.app/api-references/target)

* [`TransferableContext`](https://dapplets.mintlify.app/api-references/transferable-context)
