Skip to content

data

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/app/models/dashboard/dashboard-data-fields.ts (line 638)

Part of: Pams

Definition

ts
any[]

Value

ts
[
    {
        "name": "Malawi",
        "address": "a1",
        "date": new Date("2017-5-17"),
        "sales": 7489,
        "target": 6603
    },
    {
        "name": "France",
        "address": "a1",
        "date": new Date("2017-2-17"),
        "sales": 4784,
        "target": 8965
    },
    {
        "name": "Syria",
        "address": "a1",
        "date": new Date("2017-11-17"),
    …

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • OperationsPams/Web/Pams.Web/Client/app/components/dashboard/dashboard-operations.ts:15

Was this page helpful?

Download as PDF