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

Method disableClose

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

Source from the content-addressed store, hash-verified

247 /** Whether the drawer can be closed with the escape key or by clicking on the backdrop. */
248 @Input()
249 get disableClose(): boolean {
250 return this._disableClose;
251 }
252 set disableClose(value: BooleanInput) {
253 this._disableClose = coerceBooleanProperty(value);
254 }

Callers

nothing calls this directly

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected