File

src/lib/select/select-event.interface.ts

Properties

callback
callback: (any: any) => void
Type : (any: any) => void
query
query: string
Type : string
export interface SelectEvent {
    query: string;
    callback?: null | ((any) => void);
}

results matching ""

    No results matching ""