MCPcopy Index your code
hub / github.com/angular/components / disableClose

Method disableClose

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected