Type alias: DOMElementQueryRequest
Ƭ DOMElementQueryRequest: { query: string }
A request by query string. See Document.querySelectorAll() and Document.querySelector()
Type declaration:
Name | Type |
---|---|
query | string |
Ƭ DOMElementQueryRequest: { query: string }
A request by query string. See Document.querySelectorAll() and Document.querySelector()
Name | Type |
---|---|
query | string |