Skip to main content
Version: 11.14.0

OpenArticleOnCtrlEnter

The OpenArticleOnCtrlEnterDirective opens an article in the preview when the user presses Ctrl+Enter while the host element is focused.

Usage

<div [article]="myArticle" openArticleOnCtrlEnter></div>

API Reference

Inputs

NameTypeRequiredDescription
articleArticleThe article to open in the preview on Ctrl+Enter.