featherbit UI
    Preparing search index...

    Interface ScriptFile

    A scripted-plugin source file discovered on the gateway host, as listed by GET /api/scripts.

    interface ScriptFile {
        file: string;
        name: string;
        runtime: string;
    }
    Index
    file: string

    Path of the script file on the gateway host.

    name: string

    Display name of the script.

    runtime: string

    Scripting runtime the file targets (e.g. lua).