Revised the documentation of the JavaScript summary editor.

This commit is contained in:
依瑪貓 2023-03-14 01:17:54 +08:00
parent bf2f96621d
commit b8b87714eb

View File

@ -58,25 +58,25 @@ class SummaryEditor {
#entryType;
/**
* The current tab.
* The current tab
* @type {TabPlane}
*/
currentTab;
/**
* The summary input.
* The summary input
* @type {HTMLInputElement}
*/
summary;
/**
* The number input.
* The number input
* @type {HTMLInputElement}
*/
number;
/**
* The note.
* The note
* @type {HTMLInputElement}
*/
note;