Add decorators to typedef

This commit is contained in:
Cohee 2024-07-14 23:13:19 +03:00
parent 2c1720d4f7
commit 42bc8af6f4

View File

@ -124,6 +124,7 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate'];
* @property {number} [sticky] The sticky value of the entry * @property {number} [sticky] The sticky value of the entry
* @property {number} [cooldown] The cooldown of the entry * @property {number} [cooldown] The cooldown of the entry
* @property {number} [delay] The delay of the entry * @property {number} [delay] The delay of the entry
* @property {string[]} [decorators] Array of decorators for the entry
*/ */
/** /**