mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
DataFrame: add a writable flag to fields (#29869)
This commit is contained in:
@@ -48,6 +48,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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user