GroupProps
Defined in: src/react/anumaRuntime.tsx:457
Structural group. Defaults to absolute positioning of children;
opt into flex via layout="row" | "column".
Extends
CommonProps.ContainerLayoutProps
Properties
align?
optionalalign:string
Defined in: src/react/anumaRuntime.tsx:177
Inherited from
ContainerLayoutProps.align
alignSelf?
optionalalignSelf:string
Defined in: src/react/anumaRuntime.tsx:169
Inherited from
CommonProps.alignSelf
children?
optionalchildren:ReactNode
Defined in: src/react/anumaRuntime.tsx:281
Inherited from
CommonProps.children
fill?
optionalfill:string
Defined in: src/react/anumaRuntime.tsx:467
Background fill, applied as background-color on the Group’s
div. Resolves theme color tokens (e.g. “accent”, “card”) via
resolveThemeColor. Mirrors the fill prop on Rect/Circle/Line —
a Group is a layout container, but design-tool consumers
frequently want it to also carry a fill (auto-layout frames, card
surfaces, button bodies). style.background still works as an
override / for gradients.
gap?
optionalgap:number
Defined in: src/react/anumaRuntime.tsx:174
Inherited from
ContainerLayoutProps.gap
grow?
optionalgrow:number
Defined in: src/react/anumaRuntime.tsx:167
Inherited from
CommonProps.grow
h?
optionalh:number
Defined in: src/react/anumaRuntime.tsx:165
Inherited from
CommonProps.h
id?
optionalid:string
Defined in: src/react/anumaRuntime.tsx:279
Inherited from
CommonProps.id
justify?
optionaljustify:string
Defined in: src/react/anumaRuntime.tsx:176
Inherited from
ContainerLayoutProps.justify
layout?
optionallayout:string
Defined in: src/react/anumaRuntime.tsx:173
Inherited from
ContainerLayoutProps.layout
padding?
optionalpadding:number
Defined in: src/react/anumaRuntime.tsx:175
Inherited from
ContainerLayoutProps.padding
rotation?
optionalrotation:number
Defined in: src/react/anumaRuntime.tsx:166
Inherited from
CommonProps.rotation
shrink?
optionalshrink:number
Defined in: src/react/anumaRuntime.tsx:168
Inherited from
CommonProps.shrink
style?
optionalstyle:CSSProperties
Defined in: src/react/anumaRuntime.tsx:280
Inherited from
CommonProps.style
w?
optionalw:number
Defined in: src/react/anumaRuntime.tsx:164
Inherited from
CommonProps.w
x?
optionalx:number
Defined in: src/react/anumaRuntime.tsx:162
Inherited from
CommonProps.x
y?
optionaly:number
Defined in: src/react/anumaRuntime.tsx:163
Inherited from
CommonProps.y