Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 686 Bytes

File metadata and controls

19 lines (16 loc) · 686 Bytes

Import :

const SearchModel = brackets.getModule("search/SearchModel")

Manages a set of search query and result data.

Dispatches these events: change - whenever the results have been updated. Note that its up to people who edit the model to call fireChange() when necessary - it doesnt automatically fire. Kind: global class

Constant

Kind: global constant