D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
panel
/
dashlist
/
Filename :
panelcfg.gen.ts
back
Copy
// Code generated - EDITING IS FUTILE. DO NOT EDIT. // // Generated by: // public/app/plugins/gen.go // Using jennies: // TSTypesJenny // PluginTSTypesJenny // // Run 'make gen-cue' from repository root to regenerate. export interface Options { folderId?: number; includeVars: boolean; keepTime: boolean; maxItems: number; query: string; showHeadings: boolean; showRecentlyViewed: boolean; showSearch: boolean; showStarred: boolean; tags: Array<string>; } export const defaultOptions: Partial<Options> = { includeVars: false, keepTime: false, maxItems: 10, query: '', showHeadings: true, showRecentlyViewed: false, showSearch: false, showStarred: true, tags: [], };