Table of Contents

Class SearchDialog

Namespace
EchoHub.Client.UI.Dialogs
Assembly
EchoHub.Client.dll

Command-palette style search dialog (Ctrl+K) for navigating channels and triggering app actions.

public static class SearchDialog
Inheritance
SearchDialog
Inherited Members

Methods

Show(IApplication, IReadOnlyList<string>)

public static SearchResult? Show(IApplication app, IReadOnlyList<string> channels)

Parameters

app IApplication
channels IReadOnlyList<string>

Returns

SearchResult