Skip to main content

ODManagerRedirectHelper class

under construction

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

Overview

This is Open Ticket ticket manager redirect helper.

It is used to redirect a source to another source when the id isn't found.

It will be used in Open Discord to allow plugins from all projects to work seamlessly!

View Source

Properties

Methods


constructor() function api.ODManagerRedirectHelper

(no description)

View Source


add() function boolean

(❌ SYSTEM ONLY!!) Add a redirect to this manager. Returns true when overwritten.

View Parameters (2)
  • fromSource: string string - Parameter Description Lorem Ipsum.
  • toSource: string string - Parameter Description Lorem Ipsum.

View Source


list() function {fromSource:string, toSource:string}[]

List all redirects from this manager.

View Source


remove() function boolean

(❌ SYSTEM ONLY!!) Remove a redirect from this manager. Returns true when it existed.

View Parameters (2)
  • fromSource: string string - Parameter Description Lorem Ipsum.
  • toSource: string string - Parameter Description Lorem Ipsum.

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!