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

    Interface PackageCompatibilityData

    See foundry.utils.isNewerVersion for the function used for comparison.

    interface PackageCompatibilityData {
        maximum: string;
        minimum: string;
        verified: string;
    }
    Index

    Properties

    maximum: string

    The Package will not function after this version

    minimum: string

    The Package will not function before this version

    verified: string

    Verified compatible up to this version