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

Method indeterminate

src/material/checkbox/checkbox.ts:291–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 */
290 @Input({transform: booleanAttribute})
291 get indeterminate(): boolean {
292 return this._indeterminate();
293 }
294 set indeterminate(value: boolean) {
295 const changed = value != this._indeterminate();
296 this._indeterminate.set(value);

Callers

nothing calls this directly

Calls 3

_transitionCheckStateMethod · 0.95
_syncIndeterminateMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected