onKeywordsTouch
No documentation has been provided.
Presentation
function onKeywordsTouch (
include: (key: string) => boolean,
exclude: (key: string) => boolean = () => false,
): Observable <void>;Returns
Observable <void>Parameters
| Name | Type | Description |
|---|---|---|
| include | (key: string) => boolean | |
| exclude | (key: string) => boolean |