Skip to Content

RectProps

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

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


cornerRadius?

optional cornerRadius: number

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


fill?

optional fill: string

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


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


stroke?

optional stroke: string

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


strokeWidth?

optional strokeWidth: number

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


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