Member Junction
    Preparing search index...

    Command Palette Component

    Provides a Notion-style command palette for quickly searching and navigating to applications. Triggered by Cmd+K (Mac) or Ctrl+/ (Windows/Linux).

    Features:

    • Fuzzy search with relevance scoring
    • Keyboard navigation (arrow keys, enter, escape)
    • Loading state during navigation
    • Empty state with helpful message

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    AllApps: BaseApplication[] = []
    AppSelected: EventEmitter<string> = ...
    FilteredApps: BaseApplication[] = []
    IsNavigating: boolean = false
    IsOpen: boolean = false
    KnowledgeSearchRequested: EventEmitter<string> = ...
    SearchInput: ElementRef<HTMLInputElement>
    SearchQuery: string = ''
    SelectedIndex: number = 0

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void