*/ class BaseCancelButton extends BaseContainer { protected $id = 'baseCancelButton'; protected $name = 'baseCancelButton'; protected $class = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain closeModal']; protected $title = 'title'; protected $htmlAttributes = [ '@click' => 'closeModal($event)' ]; }