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

Method opened

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

Source from the content-addressed store, hash-verified

291 */
292 @Input()
293 get opened(): boolean {
294 return this._opened();
295 }
296 set opened(value: BooleanInput) {
297 this.toggle(coerceBooleanProperty(value));
298 }

Callers

nothing calls this directly

Calls 2

toggleMethod · 0.95
coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected