Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface View

A view is a page or partial page.

Hierarchy

  • View

Index

Properties

Properties

content

content: (MarkupContent | LineChartContent<any, string> | BarChartContent<any, string> | PieChartContent<any> | { component: string; props: {} })[]

The content sections of the view. The sections are rendered in order.

Support for non-MarkupContent elements is experimental and subject to change or removal without notice.

Optional subtitle

subtitle: undefined | string

An optional subtitle displayed under the title.

title

title: string

The title of the view.

Generated using TypeDoc