mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add decorators to typedef
This commit is contained in:
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user