Interface ICollectionNavigatorMatcher | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Determines which keys trigger collection manager navigation and how to match typed strings to objects in the collection. Default implementation is Terminal.Gui.DefaultCollectionNavigatorMatcher.
public interface ICollectionNavigatorMatcher
Methods
Returns true if key
is key searchable key (e.g. letters, numbers, etc) that are valid to pass to this class for search filtering.
Return true if the value
matches (e.g. starts with) the search
term.