Skip to main content

SearchFeatureDataRef <T>

Hierarchy

Index

Properties

optionalkeydownHandler

keydownHandler?: (e: KeyboardEvent) => void

Type declaration

    • (e: KeyboardEvent): void
    • Parameters

      • e: KeyboardEvent

      Returns void

optionalkeyupHandler

keyupHandler?: (e: KeyboardEvent) => void

Type declaration

    • (e: KeyboardEvent): void
    • Parameters

      • e: KeyboardEvent

      Returns void

matchingItems

matchingItems: ItemInstance<T>[]

pressedKeys

pressedKeys: Set<string>

searchInput

searchInput: null | HTMLInputElement