Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Function

onKeywordsTouch

No documentation has been provided.

Presentation

function onKeywordsTouch(
  include: (key: string) => boolean,
  exclude: (key: string) => boolean = () => false,
): Observable<void>;

Returns

Parameters

NameTypeDescription
include
(key: string) => boolean
exclude
(key: string) => boolean