@tikoci/centrs
    Preparing search index...

    Interface ExecuteGlobalContext

    interface ExecuteGlobalContext {
        settings: CommonSettingsMeta;
        summary: ExecuteRequestSummary;
        via:
            | "rest-api"
            | "native-api"
            | "mac-telnet"
            | "ssh"
            | "snmp"
            | "mndp"
            | "romon"
            | "winbox-terminal"
            | "btest";
        write: boolean;
    }
    Index

    Properties

    via:
        | "rest-api"
        | "native-api"
        | "mac-telnet"
        | "ssh"
        | "snmp"
        | "mndp"
        | "romon"
        | "winbox-terminal"
        | "btest"
    write: boolean