AutoFocusDirective constructor
AutoFocusDirective(
- HtmlElement node,
- DomService _domService,
- @Self.new() @Optional.new() Focusable? _focusable,
- @Optional.new() ModalComponent? _modal,
- @Optional.new() PopupRef? _popupRef,
Implementation
AutoFocusDirective(
HtmlElement node,
this._domService,
@Self() @Optional() this._focusable,
@Optional() this._modal,
@Optional() this._popupRef)
: super(node);