Skip to Content

LineProps

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

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


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:595 


strokeWidth?

optional strokeWidth: number

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


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