enterAccepts property

  1. @Input()
bool enterAccepts
getter/setter pair

Enables the directive to be conditionally applied.

Implementation

@Input()
bool enterAccepts = true;