@eodash/eodash / Widgets / EodashTools
Class: EodashTools
Guide: EodashTools
Properties
indicatorBtnText?
ts
optional indicatorBtnText?: string = "Select indicator";itemFilterConfig?
ts
optional itemFilterConfig?: Partial<{
aggregateResults: string;
cssVars: string | Record<string, any>;
enableCompare: boolean;
enableHighlighting: boolean;
expandMultipleFilters: boolean;
expandMultipleResults: boolean;
filterProperties: object[];
filtersTitle: string;
imageProperty: string;
resultsTitle: string;
resultType: string;
styleOverride: string;
subTitleProperty: string;
titleProperty: string;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps,
| "enableCompare"
| "filtersTitle"
| "resultsTitle"
| "imageProperty"
| "titleProperty"
| "aggregateResults"
| "subTitleProperty"
| "resultType"
| "cssVars"
| "enableHighlighting"
| "expandMultipleFilters"
| "expandMultipleResults"
| "styleOverride"
| "filterProperties"> = {};layoutIcon?
ts
optional layoutIcon?: string = mdiViewDashboard;layoutTarget?
ts
optional layoutTarget?: string = "lite";showIndicatorsBtn?
ts
optional showIndicatorsBtn?: boolean = true;showLayoutSwitcher?
ts
optional showLayoutSwitcher?: boolean = true;