Skip to content

@vttforge/types / PackageHandle

Interface: PackageHandle ​

A package's own handle, as Foundry builds it from the manifest.

Extended by ​

Properties ​

active ​

readonly active: boolean

Installed and switched on in this world. Always true for the system.


api? ​

optional api?: unknown

Whatever the package chose to expose. Yours to narrow.


compatibility ​

readonly compatibility: object

maximum? ​

optional maximum?: string

minimum? ​

optional minimum?: string

verified? ​

optional verified?: string


flags ​

readonly flags: Record<string, unknown>


id ​

readonly id: string


socket ​

readonly socket: boolean

The manifest's "socket" flag. Without it the channel is never opened.


title ​

readonly title: string


version ​

readonly version: string

MIT licensed.