Skip to Content

TextProps

Defined in: src/react/anumaRuntime.tsx:629 

Extends

  • CommonProps

Properties

alignSelf?

optional alignSelf: string

Defined in: src/react/anumaRuntime.tsx:169 

Inherited from

CommonProps.alignSelf


children?

optional children: ReactNode

Defined in: src/react/anumaRuntime.tsx:281 

Inherited from

CommonProps.children


fontRole?

optional fontRole: "body" | "heading"

Defined in: src/react/anumaRuntime.tsx:630 


grow?

optional grow: number

Defined in: src/react/anumaRuntime.tsx:167 

Inherited from

CommonProps.grow


h?

optional h: number

Defined in: src/react/anumaRuntime.tsx:165 

Inherited from

CommonProps.h


id?

optional id: string

Defined in: src/react/anumaRuntime.tsx:279 

Inherited from

CommonProps.id


rotation?

optional rotation: number

Defined in: src/react/anumaRuntime.tsx:166 

Inherited from

CommonProps.rotation


shrink?

optional shrink: number

Defined in: src/react/anumaRuntime.tsx:168 

Inherited from

CommonProps.shrink


style?

optional style: CSSProperties

Defined in: src/react/anumaRuntime.tsx:280 

Inherited from

CommonProps.style


w?

optional w: number

Defined in: src/react/anumaRuntime.tsx:164 

Inherited from

CommonProps.w


x?

optional x: number

Defined in: src/react/anumaRuntime.tsx:162 

Inherited from

CommonProps.x


y?

optional y: number

Defined in: src/react/anumaRuntime.tsx:163 

Inherited from

CommonProps.y

Last updated on