PanelProps
Defined in: ui/src/types.ts:169
Props for PanelNode (used by reconciler and props-driven constructor).
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”alignItems?
Section titled “alignItems?”
optionalalignItems?:"stretch"|"flex-start"|"center"|"flex-end"|"baseline"
Defined in: ui/src/types.ts:173
alignSelf?
Section titled “alignSelf?”
optionalalignSelf?:"stretch"|"auto"|"flex-start"|"center"|"flex-end"|"baseline"
Defined in: ui/src/types.ts:115
Inherited from
Section titled “Inherited from”background?
Section titled “background?”
optionalbackground?:BackgroundOptions
Defined in: ui/src/types.ts:187
direction?
Section titled “direction?”
optionaldirection?:FlexDirection
Defined in: ui/src/types.ts:170
flexBasis?
Section titled “flexBasis?”
optionalflexBasis?:LayoutValue
Defined in: ui/src/types.ts:114
Inherited from
Section titled “Inherited from”flexGrow?
Section titled “flexGrow?”
optionalflexGrow?:number
Defined in: ui/src/types.ts:112
Inherited from
Section titled “Inherited from”flexShrink?
Section titled “flexShrink?”
optionalflexShrink?:number
Defined in: ui/src/types.ts:113
Inherited from
Section titled “Inherited from”
optionalgap?:number
Defined in: ui/src/types.ts:171
height?
Section titled “height?”
optionalheight?:LayoutValue
Defined in: ui/src/types.ts:104
Inherited from
Section titled “Inherited from”justifyContent?
Section titled “justifyContent?”
optionaljustifyContent?:"flex-start"|"center"|"flex-end"|"space-between"|"space-around"|"space-evenly"
Defined in: ui/src/types.ts:179
margin?
Section titled “margin?”
optionalmargin?:number| {bottom?:number;left?:number;right?:number;top?:number; }
Defined in: ui/src/types.ts:109
Inherited from
Section titled “Inherited from”maxHeight?
Section titled “maxHeight?”
optionalmaxHeight?:LayoutValue
Defined in: ui/src/types.ts:108
Inherited from
Section titled “Inherited from”maxWidth?
Section titled “maxWidth?”
optionalmaxWidth?:LayoutValue
Defined in: ui/src/types.ts:106
Inherited from
Section titled “Inherited from”minHeight?
Section titled “minHeight?”
optionalminHeight?:LayoutValue
Defined in: ui/src/types.ts:107
Inherited from
Section titled “Inherited from”minWidth?
Section titled “minWidth?”
optionalminWidth?:LayoutValue
Defined in: ui/src/types.ts:105
Inherited from
Section titled “Inherited from”overflow?
Section titled “overflow?”
optionaloverflow?:"visible"|"hidden"
Defined in: ui/src/types.ts:186
padding?
Section titled “padding?”
optionalpadding?:Padding
Defined in: ui/src/types.ts:172
visible?
Section titled “visible?”
optionalvisible?:boolean
Defined in: ui/src/types.ts:122
Inherited from
Section titled “Inherited from”width?
Section titled “width?”
optionalwidth?:LayoutValue
Defined in: ui/src/types.ts:103