MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getAlignItems

Method getAlignItems

src/native-ts/yoga-layout/index.ts:870–872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

868 return this.style.justifyContent
869 }
870 getAlignItems(): Align {
871 return this.style.alignItems
872 }
873 getAlignSelf(): Align {
874 return this.style.alignSelf
875 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected