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

Method indeterminate

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

Source from the content-addressed store, hash-verified

292 */
293 @Input({transform: booleanAttribute})
294 get indeterminate(): boolean {
295 return this._indeterminate();
296 }
297 set indeterminate(value: boolean) {
298 const changed = value != this._indeterminate();
299 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