Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 566 Bytes

File metadata and controls

19 lines (13 loc) · 566 Bytes

IPublicAPI.ChangeQuery method

Change Flow.Launcher query

public void ChangeQuery(string query, bool requery = false)
parameter description
query query text
requery force requery By default, Flow Launcher will not fire query if your query is same with existing one. Set this to true to force Flow Launcher requerying

See Also