Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 468 Bytes

File metadata and controls

15 lines (10 loc) · 468 Bytes

Result.Action property

Delegate. An action to take in the form of a function call when the result has been selected true to hide flowlauncher after select result

public Func<ActionContext, bool> Action { get; set; }

See Also