DaffSidebarHeaderComponent
import { DaffSidebarHeaderComponent } from '@daffodil/design/sidebar'
@Component()
class DaffSidebarHeaderComponent {
faTimes: faTimes
@HostBinding() class: true
@Input() @HostBinding() dismissible: false
@Output() closeSidebar: EventEmitter<void>
onCloseSidebar(event: Event)
}
Selector:
'daff-sidebar-header'
Properties
Name | Type | Description |
---|---|---|
faTimes | faTimes | |
class | true | |
@Input() dismissible | false | Whether or not a sidebar header displays the close icon |
@Output() closeSidebar | EventEmitter<void> | Output event triggered when the close icon is clicked. |
onCloseSidebar |