Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
56b8124a
Unverified
Commit
56b8124a
authored
Dec 16, 2020
by
Ryan McKinley
Committed by
GitHub
Dec 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DataFrame: add a writable flag to fields (#29869)
parent
1506ec7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
packages/grafana-data/src/types/dataFrame.ts
+5
-0
No files found.
packages/grafana-data/src/types/dataFrame.ts
View file @
56b8124a
...
...
@@ -49,6 +49,11 @@ export interface FieldConfig<TOptions extends object = any> {
path
?:
string
;
/**
* True if data source can write a value to the path. Auth/authz are supported separately
*/
writeable
?:
boolean
;
/**
* True if data source field supports ad-hoc filters
*/
filterable
?:
boolean
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment