Scene: ObjectVariable for supporting the built in system variables and object scoped variables (__data for example) (#58291)

* Scene: Adds ObjectVariable to support the built-in/system variables

* fixed lint issue
This commit is contained in:
Torkel Ödegaard
2022-11-09 10:27:20 +01:00
committed by GitHub
parent fdeefaee42
commit b5651803e0
4 changed files with 72 additions and 0 deletions

View File

@@ -4671,6 +4671,10 @@ exports[`better eslint`] = {
"public/app/features/scenes/variables/types.ts:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],
"public/app/features/scenes/variables/variants/ObjectVariable.ts:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
[0, 0, 0, "Unexpected any. Specify a different type.", "1"]
],
"public/app/features/search/components/SearchCard.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
[0, 0, 0, "Do not use any type assertions.", "1"],