Hierarchy

Implements

Index

Properties

Protected _returnType

_returnType: any = Uint8Array

enableAnimation

enableAnimation: boolean = true

Enables or disables animation of dashboard elements in the exported HTML file.

format

format: StiDashboardExportFormat = StiDashboardExportFormat.Html

imageQuality

imageQuality: number = 200

Gets or sets image quality of images which will be exported to HTML file.

openAfterExport

openAfterExport: boolean = true

orientation

orientation: StiPageOrientation = StiPageOrientation.Landscape

Gets or sets page orientation.

paperSize

paperSize: PaperKind = PaperKind.A4

Gets or sets the page size.

renderBorders

renderBorders: boolean = true

Enables or disables rendering of the defined element borders.

renderSingleElement

renderSingleElement: boolean

Export a single dashboard element to the entire page.

renderSinglePage

renderSinglePage: boolean

Export only the first page if elements require multiple pages to be rendered.

scale

scale: number = 100

Gets or sets HTML scale.

Accessors

isDesignMode

  • get isDesignMode(): boolean

returnType

  • get returnType(): any
  • set returnType(value: any): void

Methods

as

getExportFormat

implements

  • implements(): any[]

is

is2

  • is2<T>(type: object | Interface<T>): boolean

toParameters

  • toParameters(): any

Generated using TypeDoc