Skip to content

Commit

Permalink
Merge pull request #39 from CrossR/CrossR/QuickOpenScoring
Browse files Browse the repository at this point in the history
Add score optionally to Menu Item.
  • Loading branch information
bryphe authored Apr 4, 2018
2 parents 60ba1c4 + 580adf8 commit 37611cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,11 @@ export namespace Menu {
* before unpinned items
*/
pinned?: boolean

/**
* Score used to sort the results.
*/
score?: number
}

export interface IMenuOptionWithHighlights extends Menu.MenuOption {
Expand Down

0 comments on commit 37611cd

Please sign in to comment.