page.corvus.view

corvus.page

Documentation

graph object

A graph view block

Properties

blockId string at-uri Required

The AT-URI of this block record

chartType ref page.corvus.core#register Optional

Chart style (string register, known values: bar, line, scatter, area, pie)

View raw schema
{
  "type": "object",
  "required": [
    "blockId"
  ],
  "properties": {
    "query": {
      "ref": "page.corvus.core#register",
      "type": "ref",
      "description": "Block id of the page.corvus.database#sql block whose results this view plots"
    },
    "blockId": {
      "type": "string",
      "format": "at-uri",
      "description": "The AT-URI of this block record"
    },
    "chartType": {
      "ref": "page.corvus.core#register",
      "type": "ref",
      "description": "Chart style (string register, known values: bar, line, scatter, area, pie)"
    }
  },
  "description": "A graph view block"
}
kanban object

A kanban board view block

Properties

blockId string at-uri Required

The AT-URI of this block record

lanes ref page.corvus.core#sequence Optional

Ordered sequence of page.corvus.contentBlocks#option block ids setting the lane order

View raw schema
{
  "type": "object",
  "required": [
    "blockId",
    "database",
    "groupBy"
  ],
  "properties": {
    "lanes": {
      "ref": "page.corvus.core#sequence",
      "type": "ref",
      "description": "Ordered sequence of page.corvus.contentBlocks#option block ids setting the lane order"
    },
    "title": {
      "ref": "page.corvus.core#sequence",
      "type": "ref",
      "description": "The board title as a text sequence"
    },
    "blockId": {
      "type": "string",
      "format": "at-uri",
      "description": "The AT-URI of this block record"
    },
    "groupBy": {
      "ref": "page.corvus.core#register",
      "type": "ref",
      "description": "Block id of the page.corvus.database#column that places each card in a lane"
    },
    "database": {
      "ref": "page.corvus.core#register",
      "type": "ref",
      "description": "Block id of the backing page.corvus.database block"
    }
  },
  "description": "A kanban board view block"
}
table object

A table view block

Properties

blockId string at-uri Required

The AT-URI of this block record

query ref page.corvus.core#register Optional

Block id of the page.corvus.database#sql block whose results this view renders

View raw schema
{
  "type": "object",
  "required": [
    "blockId"
  ],
  "properties": {
    "query": {
      "ref": "page.corvus.core#register",
      "type": "ref",
      "description": "Block id of the page.corvus.database#sql block whose results this view renders"
    },
    "blockId": {
      "type": "string",
      "format": "at-uri",
      "description": "The AT-URI of this block record"
    }
  },
  "description": "A table view block"
}

Lexicon Garden

@