Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RelatedPackageData

    interface RelatedPackageData {
        compatibility?: PackageCompatibilityData;
        id: string;
        manifest?: string;
        reason?: string;
        type: string;
    }
    Index

    Properties

    compatibility?: PackageCompatibilityData

    The compatibility data with this related Package

    id: string

    The id of the related package

    manifest?: string

    An explicit manifest URL, otherwise learned from the Foundry web server

    reason?: string

    The reason for this relationship

    type: string

    The type of the related package