Class: LeagueComponent

LeagueComponent()

Component representing the league standings page.

Constructor

new LeagueComponent()

Source:

Extends

  • Component

Members

column_defs :Array.<object>

Column definitions for the league standings grid.
Type:
  • Array.<object>
Source:

data :Array.<object>

Sample data for the league standings grid.
Type:
  • Array.<object>
Source:

Methods

(async) vue_on_create() → {Promise.<void>}

Called when the component is instantiated.
Source:
Returns:
Type
Promise.<void>