We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be0338 commit cac17f1Copy full SHA for cac17f1
1 file changed
x-pack/plugins/lens/public/types.ts
@@ -180,6 +180,9 @@ export interface Datasource<T = unknown, P = unknown> {
180
getDatasourceSuggestionsFromCurrentState: (state: T) => Array<DatasourceSuggestion<T>>;
181
182
getPublicAPI: (props: PublicAPIProps<T>) => DatasourcePublicAPI;
183
+ /**
184
+ * uniqueLabels of dimensions exposed for aria-labels of dragged dimensions
185
+ */
186
uniqueLabels: (state: T) => Record<string, string>;
187
}
188
0 commit comments