mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add JSDoc to rawQuotes
This commit is contained in:
@ -36,7 +36,7 @@ export class SlashCommand {
|
||||
* @param {string} [props.helpString]
|
||||
* @param {boolean} [props.splitUnnamedArgument]
|
||||
* @param {Number} [props.splitUnnamedArgumentCount]
|
||||
* @param {boolean} [props.rawQuotes]
|
||||
* @param {boolean} [props.rawQuotes] If set to true, does not remove wrapping quotes from the unnamed argument.
|
||||
* @param {string[]} [props.aliases]
|
||||
* @param {string} [props.returns]
|
||||
* @param {SlashCommandNamedArgument[]} [props.namedArgumentList]
|
||||
|
Reference in New Issue
Block a user