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

    Interface SystemCompatibility

    interface SystemCompatibility {
        compatible: boolean;
        id: string;
        title: string;
        version: string;
    }
    Index

    Properties

    compatible: boolean

    Whether the system version is compatible with the package.

    id: string

    The system ID.

    title: string

    The system title.

    version: string

    The system version.