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

Method indent

src/cdk/tree/padding.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 */
54 @Input('cdkTreeNodePaddingIndent')
55 get indent(): number | string {
56 return this._indent;
57 }
58 set indent(indent: number | string) {
59 this._setIndentInput(indent);
60 }

Callers

nothing calls this directly

Calls 1

_setIndentInputMethod · 0.95

Tested by

no test coverage detected