@crowdstrike/logscale-dashboard 1.151.1--build-1732--sha-564fe0b7c314a41b4be19d6eff1dbbc7bbf08098 → 1.153.1--build-1844--sha-d84d0620d7860d30e42419e85ada87d077649548
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +0 -2
- package/index.js +438 -475
- package/index.js.map +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -102,8 +102,6 @@ export declare class Dashboard extends WebcomponentBase<Options> {
|
|
102
102
|
/**
|
103
103
|
* Set the state of a dashboard.
|
104
104
|
*
|
105
|
-
* todo [kfrank] extend this to take repoOrViewName and timezone
|
106
|
-
*
|
107
105
|
* @param dashboardParams - the new dashboard state
|
108
106
|
*
|
109
107
|
* @public
|