Skip to content

pivotcases

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.WebApp/Client/app/models/dashboard/testCases.ts (line 198)

Part of: Pams

Definition

ts
[{
    "id": 1,
    "region": "North America",
    "country": "USA",
    "city": "New York",
    "amount": 1740,
    "date": "2013/01/06"
}, {
    "id": 2,
    "region": "North America",
    "country": "USA",
    "city": "Los Angeles",
    "amount": 850,
    "date": "2013/01/13"
}, {
    "id": 3,
    "region": "North America",
    "country": "USA",
    "city": "Denver",
    "amount": 2235,
    "da…

Value

ts
[{
    "id": 1,
    "region": "North America",
    "country": "USA",
    "city": "New York",
    "amount": 1740,
    "date": "2013/01/06"
}, {
    "id": 2,
    "region": "North America",
    "country": "USA",
    "city": "Los Angeles",
    "amount": 850,
    "date": "2013/01/13"
}, {
    "id": 3,
    "region": "North America",
    "country": "USA",
    "city": "Denver",
    "amount": 2235,
    "da…

Was this page helpful?

Download as PDF