MCPcopy Create free account
hub / github.com/angular/components / hasBackdrop

Method hasBackdrop

src/material/sidenav/drawer.ts:768–770  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766 */
767 @Input()
768 get hasBackdrop(): boolean {
769 return this._drawerHasBackdrop(this._start) || this._drawerHasBackdrop(this._end);
770 }
771 set hasBackdrop(value: BooleanInput) {
772 this._backdropOverride = value == null ? null : coerceBooleanProperty(value);
773 }

Callers

nothing calls this directly

Calls 2

_drawerHasBackdropMethod · 0.95
coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected