Class StatsModule

Creates a StatsModule

Hierarchy

  • StatsModule

Constructors

Properties

Accessors

Methods

Constructors

Properties

_dataType: "number" | "map"
_graphType: GraphType
_name: string

Accessors

  • get dataType(): "number" | "map"
  • Gets the data type of the module.

    Returns "number" | "map"

Methods

  • Validates the data provide to the module.

    Returns

    Parameters

    • data: any

      The data to validate.

    Returns boolean

Generated using TypeDoc