Skip to content

@vttforge/core / PackageHandle

Interface: PackageHandle

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

Properties

active?

readonly optional active?: boolean

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


api?

optional api?: unknown


id?

readonly optional id?: string


socket?

readonly optional socket?: boolean

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

MIT licensed.