Interface ICollectionNavigatorMatcher | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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

IsCompatibleKey(Key)

Returns true if key is key searchable key (e.g. letters, numbers, etc) that are valid to pass to this class for search filtering.

IsMatch(string, object)

Return true if the value matches (e.g. starts with) the search term.