@vttforge/types / PackageHandle
Interface: PackageHandle ​
A package's own handle, as Foundry builds it from the manifest.
Extended by ​
Properties ​
active ​
readonlyactive:boolean
Installed and switched on in this world. Always true for the system.
api? ​
optionalapi?:unknown
Whatever the package chose to expose. Yours to narrow.
compatibility ​
readonlycompatibility:object
maximum? ​
optionalmaximum?:string
minimum? ​
optionalminimum?:string
verified? ​
optionalverified?:string
flags ​
readonlyflags:Record<string,unknown>
id ​
readonlyid:string
socket ​
readonlysocket:boolean
The manifest's "socket" flag. Without it the channel is never opened.
title ​
readonlytitle:string
version ​
readonlyversion:string