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

Method mode

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

Source from the content-addressed store, hash-verified

233 /** Mode of the drawer; one of 'over', 'push' or 'side'. */
234 @Input()
235 get mode(): MatDrawerMode {
236 return this._mode;
237 }
238 set mode(value: MatDrawerMode) {
239 this._mode = value;
240 this._updateFocusTrapState();

Callers

nothing calls this directly

Calls 4

_updateFocusTrapStateMethod · 0.95
_getContentMethod · 0.95
_drawerModeChangedMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected