Home > @activeviam/activeui-sdk > Discovery
Discovery interface
Information discovered from an ActivePivot server about what data is available.
Signature:
export interface Discovery
Properties
Property | Type | Description |
---|---|---|
catalogs | Catalog[] | The available catalogs, which include dimensions, hierarchies, and levels as well as other items such as KPIs. |
contextValues | CubeContextValueDefinition[] | The available context values that statements can be executed with. |
timestamp | number | |
url | Url | The URL of the ActivePivot server from which this information was fetched. |