Skip to content

Commit

Permalink
doc description
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Oct 30, 2020
1 parent 9be0338 commit cac17f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/lens/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ export interface Datasource<T = unknown, P = unknown> {
getDatasourceSuggestionsFromCurrentState: (state: T) => Array<DatasourceSuggestion<T>>;

getPublicAPI: (props: PublicAPIProps<T>) => DatasourcePublicAPI;
/**
* uniqueLabels of dimensions exposed for aria-labels of dragged dimensions
*/
uniqueLabels: (state: T) => Record<string, string>;
}

Expand Down

0 comments on commit cac17f1

Please sign in to comment.