Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomDesign

This class is meant for wrapping around existing designs built without the use of Dimensions framework

This is created so a user provided non-dimension framework based design can be used within the Dimensions framework and leverage other features such as tournament running, an API for viewing relevant data, and automatic, scalable competition running

Hierarchy

Index

Constructors

constructor

Properties

Protected designOptions

designOptions: DesignOptions

The current design options

log

log: Logger = new Logger()

Logger

name

name: string

The name of the design

Methods

getDesignOptions

getResults

  • getResults(match: Match): Promise<any>

initialize

  • initialize(match: Match): Promise<void>

setLogLevel

  • setLogLevel(level: LEVEL): void

update

Static createCustom

Generated using TypeDoc