UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

9 lines (8 loc) 213 B
interface Tree extends Table { search_height: number; searchText: string; searchInput: HTMLInputElement; keyName: string; onSearchInput(e: InputEvent); onSearchKeyDown(e: KeyboardEvent); }