Options
All
  • Public
  • Public/Protected
  • All
Menu

Object to register a command enum by specifying its key-value pairs one by one and then calling register method to register the enum itself.

since

3.0

Hierarchy

  • EnumBuilder

Index

Methods

  • Adds a key-value pair to the enum data. Different keys can have the same value.

    since

    3.0

    Parameters

    Returns EnumBuilder

    reference to itself to be used in sequential calls

  • register(): void
  • Registers the enum after specifying all of its key-value pairs.

    since

    3.0

    Returns void

Generated using TypeDoc