Represents that metadata of the Mod Visualization, as defined in the mod-manifest-json.

interface ModMetadata {
    apiVersion: string;
    id: string;
    name: string;
    version: string;
}

Properties

apiVersion: string

Gets the api version used by the Mod Visualization, as declared in the mod-manifest-json.

id: string

Gets the id of the Mod Visualization, as defined in the mod-manifest-json.

name: string

Gets the name of the Mod Visualization, as defined in the mod-manifest-json.

version: string

Gets the version of the Mod Visualization, as defined in the mod-manifest-json.