Skip to main content

ODCheckerCustomStructure_EmojiString class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is an Open Ticket custom checker structure.

This class extends a primitive config checker & adds another layer of checking in the custom function. You can compare it to a blueprint for a specific checker.

This custom checker is made for an emoji (string)

View Source

Properties


readonly allowCustomDiscordEmoji boolean boolean

Allow custom discord emoji ids (<:12345678910:emoji_name>)

View Source


inherited id class api.ODId

The id of this checker structure

View Source


readonly maxLength number number

The maximum amount of emojis allowed

View Source


readonly minLength number number

The minimum amount of emojis required (0 to allow empty)

View Source


inherited options interface api.ODCheckerStringStructureOptions

The options for this checker structure

View Source


Methods


constructor() function api.ODCheckerCustomStructure_EmojiString

(no description)

View Parameters (5)
  • id: type api.ODValidId - Parameter Description Lorem Ipsum.
  • minLength: number number - Parameter Description Lorem Ipsum.
  • maxLength: number number - Parameter Description Lorem Ipsum.
  • allowCustomDiscordEmoji: boolean boolean - Parameter Description Lorem Ipsum.
  • options: interface api.ODCheckerStringStructureOptions - Parameter Description Lorem Ipsum.

View Source


inherited check() function boolean

Check a variable if it matches all settings in this checker. This function is automatically executed by Open Ticket!

View Parameters (3)

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!