+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "GrafanaBootConfig" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++ ## GrafanaBootConfig class Signature ```typescript export declare class GrafanaBootConfig implements GrafanaConfig ``` Import ```typescript import { GrafanaBootConfig } from '@grafana/runtime'; ``` Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [constructor(options)](#constructor-options) | | Constructs a new instance of the GrafanaBootConfig class | Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [alertingEnabled](#alertingenabled-property) | | boolean | | | [alertingErrorOrTimeout](#alertingerrorortimeout-property) | | string | | | [alertingMinInterval](#alertingmininterval-property) | | number | | | [alertingNoDataOrNullValues](#alertingnodataornullvalues-property) | | string | | | [allowOrgCreate](#alloworgcreate-property) | | boolean | | | [appSubUrl](#appsuburl-property) | | string | | | [appUrl](#appurl-property) | | string | | | [authProxyEnabled](#authproxyenabled-property) | | boolean | | | [autoAssignOrg](#autoassignorg-property) | | boolean | | | [bootData](#bootdata-property) | | any | | | [buildInfo](#buildinfo-property) | | BuildInfo | | | [datasources](#datasources-property) | | {
[str: string]: DataSourceInstanceSettings;
} | | | [defaultDatasource](#defaultdatasource-property) | | string | | | [disableLoginForm](#disableloginform-property) | | boolean | | | [disableSanitizeHtml](#disablesanitizehtml-property) | | boolean | | | [disableUserSignUp](#disableusersignup-property) | | boolean | | | [editorsCanAdmin](#editorscanadmin-property) | | boolean | | | [exploreEnabled](#exploreenabled-property) | | boolean | | | [externalUserMngInfo](#externalusermnginfo-property) | | string | | | [externalUserMngLinkName](#externalusermnglinkname-property) | | string | | | [externalUserMngLinkUrl](#externalusermnglinkurl-property) | | string | | | [featureToggles](#featuretoggles-property) | | FeatureToggles | | | [ldapEnabled](#ldapenabled-property) | | boolean | | | [licenseInfo](#licenseinfo-property) | | LicenseInfo | | | [loginError](#loginerror-property) | | any | | | [loginHint](#loginhint-property) | | any | | | [minRefreshInterval](#minrefreshinterval-property) | | string | | | [navTree](#navtree-property) | | any | | | [newPanelTitle](#newpaneltitle-property) | | string | | | [oauth](#oauth-property) | | any | | | [panels](#panels-property) | | {
[key: string]: PanelPluginMeta;
} | | | [passwordHint](#passwordhint-property) | | any | | | [pluginsToPreload](#pluginstopreload-property) | | string[] | | | [rendererAvailable](#rendereravailable-property) | | boolean | | | [samlEnabled](#samlenabled-property) | | boolean | | | [theme](#theme-property) | | GrafanaTheme | | | [verifyEmailEnabled](#verifyemailenabled-property) | | boolean | | | [viewersCanEdit](#viewerscanedit-property) | | boolean | | | [windowTitlePrefix](#windowtitleprefix-property) | | string | | ### constructor(options) Constructs a new instance of the `GrafanaBootConfig` class Signature ```typescript constructor(options: GrafanaBootConfig); ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | options | GrafanaBootConfig | | ### alertingEnabled property Signature ```typescript alertingEnabled: boolean; ``` ### alertingErrorOrTimeout property Signature ```typescript alertingErrorOrTimeout: string; ``` ### alertingMinInterval property Signature ```typescript alertingMinInterval: number; ``` ### alertingNoDataOrNullValues property Signature ```typescript alertingNoDataOrNullValues: string; ``` ### allowOrgCreate property Signature ```typescript allowOrgCreate: boolean; ``` ### appSubUrl property Signature ```typescript appSubUrl: string; ``` ### appUrl property Signature ```typescript appUrl: string; ``` ### authProxyEnabled property Signature ```typescript authProxyEnabled: boolean; ``` ### autoAssignOrg property Signature ```typescript autoAssignOrg: boolean; ``` ### bootData property Signature ```typescript bootData: any; ``` ### buildInfo property Signature ```typescript buildInfo: BuildInfo; ``` ### datasources property Signature ```typescript datasources: { [str: string]: DataSourceInstanceSettings; }; ``` ### defaultDatasource property Signature ```typescript defaultDatasource: string; ``` ### disableLoginForm property Signature ```typescript disableLoginForm: boolean; ``` ### disableSanitizeHtml property Signature ```typescript disableSanitizeHtml: boolean; ``` ### disableUserSignUp property Signature ```typescript disableUserSignUp: boolean; ``` ### editorsCanAdmin property Signature ```typescript editorsCanAdmin: boolean; ``` ### exploreEnabled property Signature ```typescript exploreEnabled: boolean; ``` ### externalUserMngInfo property Signature ```typescript externalUserMngInfo: string; ``` ### externalUserMngLinkName property Signature ```typescript externalUserMngLinkName: string; ``` ### externalUserMngLinkUrl property Signature ```typescript externalUserMngLinkUrl: string; ``` ### featureToggles property Signature ```typescript featureToggles: FeatureToggles; ``` ### ldapEnabled property Signature ```typescript ldapEnabled: boolean; ``` ### licenseInfo property Signature ```typescript licenseInfo: LicenseInfo; ``` ### loginError property Signature ```typescript loginError: any; ``` ### loginHint property Signature ```typescript loginHint: any; ``` ### minRefreshInterval property Signature ```typescript minRefreshInterval: string; ``` ### navTree property Signature ```typescript navTree: any; ``` ### newPanelTitle property Signature ```typescript newPanelTitle: string; ``` ### oauth property Signature ```typescript oauth: any; ``` ### panels property Signature ```typescript panels: { [key: string]: PanelPluginMeta; }; ``` ### passwordHint property Signature ```typescript passwordHint: any; ``` ### pluginsToPreload property Signature ```typescript pluginsToPreload: string[]; ``` ### rendererAvailable property Signature ```typescript rendererAvailable: boolean; ``` ### samlEnabled property Signature ```typescript samlEnabled: boolean; ``` ### theme property Signature ```typescript theme: GrafanaTheme; ``` ### verifyEmailEnabled property Signature ```typescript verifyEmailEnabled: boolean; ``` ### viewersCanEdit property Signature ```typescript viewersCanEdit: boolean; ``` ### windowTitlePrefix property Signature ```typescript windowTitlePrefix: string; ```