@scml/mod-loader-gui

TypeScript type definitions for Mod Loader GUI.

Installation

npm
yarn
pnpm
bun
deno
npm install -D @scml/mod-loader-gui

Quick Start

Add type reference

/// <reference types="@scml/mod-loader-gui" />

Use global instances

Main entry augments the following global properties.

Global Types global

PropertyTypeDescription
modLoaderGui_LoadingProgress-Loading progress UI component
modLoaderGui_PassageTracer-Passage tracer
modLoaderGuiGuiMain GUI controller
modLoaderGui_ModSubUiAngularJsService-Mod sub UI AngularJS service

Subpath Exports

SubpathDescription
.Main entry
./GuiMain GUI class
./LoadingProgressLoading progress
./PassageTracerPassage tracer
./ModLoadSwitchMod load switch
./ModManagerSubUiMod manager UI
./ModSubUiAngularJsServiceAngularJS service
./DebugExportDebug utilities
./GUI_StringTable/*String tables
./GM_config_TS/*GM_config types

API Reference

./Gui

Main GUI class controlling Mod Loader interface.

Type Definition Source

INFO