lit-element#query TypeScript Examples

The following examples show how to use lit-element#query. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: opc-timeline.ts    From op-components with MIT License 5 votes vote down vote up
@query('li') listElement;
Example #2
Source File: opc-timeline.ts    From op-components with MIT License 5 votes vote down vote up
@query('ul') listElementContainer;
Example #3
Source File: select-list-card.ts    From select-list-card with MIT License 5 votes vote down vote up
@query('#list') private listEl;