Options
All
  • Public
  • Public/Protected
  • All
Menu

Embedding API

Index

Modules

Enumerations

Authoring Interfaces

Other Interfaces

Viz Extensions Interfaces

Type aliases

Type aliases

CategoricalValue

CategoricalValue: string | Array<string>

Categorical values for selection.

PulseFieldValueArray

PulseFieldValueArray: Array<boolean | null> | Array<string | null>

A PulseFieldValueArray is an array that can contain strings, booleans, or nulls, but will never contain both strings and booleans at the same time.

PulseTheme

PulseTheme: Record<string, string | Record<string, string>>

The Pulse theme data structure.

WorksheetFormatting

WorksheetFormatting: WorkbookFormatting