mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataFrame: add a writable flag to fields (#29869)
This commit is contained in:
parent
1506ec7bfc
commit
56b8124afb
@ -48,6 +48,11 @@ export interface FieldConfig<TOptions extends object = any> {
|
|||||||
*/
|
*/
|
||||||
path?: string;
|
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
|
* True if data source field supports ad-hoc filters
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user