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; #entryType;
/** /**
* The current tab. * The current tab
* @type {TabPlane} * @type {TabPlane}
*/ */
currentTab; currentTab;
/** /**
* The summary input. * The summary input
* @type {HTMLInputElement} * @type {HTMLInputElement}
*/ */
summary; summary;
/** /**
* The number input. * The number input
* @type {HTMLInputElement} * @type {HTMLInputElement}
*/ */
number; number;
/** /**
* The note. * The note
* @type {HTMLInputElement} * @type {HTMLInputElement}
*/ */
note; note;