Increased button label length to 80 characters

This commit is contained in:
DJj123dj
2024-12-08 18:28:49 +01:00
parent b7f5c7191d
commit 4e7d45ea07
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ export interface ODCheckerMessage {
* This interface has the basic options for the `ODCheckerStructure`!
*/
export interface ODCheckerStructureOptions {
/**Add a custom checker function */
/**Add a custom checker function. Returns `true` when valid. */
custom?:(checker:ODChecker, value:ODValidJsonType, locationTrace:ODCheckerLocationTrace, locationId:ODId, locationDocs:string|null) => boolean,
/**Set the url to the documentation of this variable. */
docs?:string