Interface ExecuteAddonParams

ExecuteAddonParams ($ref: "Addons.ExecuteAddon.Params") Parameters for the ExecuteAddon method.

interface ExecuteAddonParams {
    addonid: string;
    params?: string | string[] | { [key: string]: string };
    wait?: boolean;
}

Properties

Properties

addonid: string
params?: string | string[] | { [key: string]: string }
wait?: boolean