Skip to Content

DeckProps

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

Top-level deck container. Provides the theme context (when any of the theme attrs are set on this node) and renders Slides as flow children.

Extends

  • CommonProps

Properties

accent?

optional accent: string

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


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


border?

optional border: string

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


card?

optional card: string

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


children?

optional children: ReactNode

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

Inherited from

CommonProps.children


fontPreset?

optional fontPreset: string

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


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


slideBg?

optional slideBg: string

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


style?

optional style: CSSProperties

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

Inherited from

CommonProps.style


surfaceSecondary?

optional surfaceSecondary: string

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


textMuted?

optional textMuted: string

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


textPrimary?

optional textPrimary: string

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


textSecondary?

optional textSecondary: string

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


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