@aracna/core - v1.5.0
    Preparing search index...

    Interface TypeaheadEvents<T>

    interface TypeaheadEvents<T> {
        match: (item: T) => any;
        [key: string]: EventEmitterListenerCallback;
        [key: symbol]: EventEmitterListenerCallback;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    match: (item: T) => any