Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / Class

NgDocHotkeyDirective

Decorators:@Directive @UntilDestroy
Selectors:[ngDocHotkey]

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private readonly ngZone: NgZone
): NgDocHotkeyDirective;
Parameters
NameTypeDescription
r
ngZone
NgZone

Properties

NameTypeDescription
callback
EventEmitter<void>
hotkey
Partial<KeyboardEvent> | undefined