Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 925 Bytes

zotero-plugin-toolkit.progresswindowhelper.changeline.md

File metadata and controls

57 lines (31 loc) · 925 Bytes

Home > zotero-plugin-toolkit > ProgressWindowHelper > changeLine

ProgressWindowHelper.changeLine() method

Change the line content

Signature:

changeLine(options: {
        type?: string;
        icon?: string;
        text?: string;
        progress?: number;
        idx?: number;
    }): this;

Parameters

Parameter

Type

Description

options

{ type?: string; icon?: string; text?: string; progress?: number; idx?: number; }

**Returns:**

this