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

Method opened

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

toggleMethod · 0.95
coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected