tsiclient
Version:
<a href="https://tsiclientsample.azurewebsites.net"><img src="https://insights.timeseries.azure.com/favicons/android-chrome-192x192.png" align="left" hspace="10" vspace="6" height="100px"></a>
36 lines (35 loc) • 1.53 kB
TypeScript
import { InstancesSort, HierarchiesExpand, HierarchiesSort } from "./Enums-c244dc9e";
declare const DefaultHierarchyNavigationOptions: {
instancesPageSize: number;
hierarchiesPageSize: number;
isInstancesRecursive: boolean;
isInstancesHighlighted: boolean;
instancesSort: InstancesSort;
hierarchiesExpand: HierarchiesExpand;
hierarchiesSort: HierarchiesSort;
};
declare const DefaultHierarchyContextMenuOptions: {
isSelectionEnabled: boolean;
isFilterEnabled: boolean;
};
declare const nullTsidDisplayString = "null";
declare const swimlaneLabelConstants: {
leftMarginOffset: number;
swimLaneLabelHeightPadding: number;
labelLeftPadding: number;
};
declare const CharactersToEscapeForExactSearchInstance: string[];
declare const NONNUMERICTOPMARGIN = 8;
declare const LINECHARTTOPPADDING = 16;
declare const GRIDCONTAINERCLASS = "tsi-gridContainer";
declare const LINECHARTCHARTMARGINS: {
top: number;
bottom: number;
left: number;
right: number;
};
declare const LINECHARTXOFFSET = 8;
declare const MARKERVALUENUMERICHEIGHT = 20;
declare const VALUEBARHEIGHT = 3;
declare const SERIESLABELWIDTH = 92;
export { DefaultHierarchyNavigationOptions, DefaultHierarchyContextMenuOptions, nullTsidDisplayString, swimlaneLabelConstants, CharactersToEscapeForExactSearchInstance, NONNUMERICTOPMARGIN, LINECHARTTOPPADDING, GRIDCONTAINERCLASS, LINECHARTCHARTMARGINS, LINECHARTXOFFSET, MARKERVALUENUMERICHEIGHT, VALUEBARHEIGHT, SERIESLABELWIDTH };