Skip to content

Commit

Permalink
feat(source) An option to control the call type
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Étienne Lord committed Sep 18, 2019
1 parent eeddde5 commit 2420fed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface SettingOptions {

export interface TextSearchOptions {
params?: { [key: string]: string };
searchType?: 'Feature' | 'Layer'; // refer to search.enum.ts SEARCH_TYPES = [FEATURE, LAYER];
}

export interface ReverseSearchOptions {
Expand Down

0 comments on commit 2420fed

Please sign in to comment.