Skip to Content

ScreenProps

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

App-mockup screen container. Like Slide but with configurable dimensions (width/height default to a mobile preset).

Extends

  • CommonProps.ContainerLayoutProps

Properties

align?

optional align: string

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

Inherited from

ContainerLayoutProps.align


alignSelf?

optional alignSelf: string

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

Inherited from

CommonProps.alignSelf


background?

optional background: string

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


children?

optional children: ReactNode

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

Inherited from

CommonProps.children


gap?

optional gap: number

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

Inherited from

ContainerLayoutProps.gap


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


height?

optional height: number

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


id?

optional id: string

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

Inherited from

CommonProps.id


justify?

optional justify: string

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

Inherited from

ContainerLayoutProps.justify


layout?

optional layout: string

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

Inherited from

ContainerLayoutProps.layout


padding?

optional padding: number

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

Inherited from

ContainerLayoutProps.padding


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


width?

optional width: number

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


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