DashboardLens interface

A dashboard lens.

Properties

metadata

The dashboard len's metadata.

order

The lens order.

parts

The dashboard parts.

Property Details

metadata

The dashboard len's metadata.

metadata?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

order

The lens order.

order: number

Property Value

number

parts

The dashboard parts.

parts: DashboardParts[]

Property Value