PixiScrollBoxProps
Defined in: ui/src/types.ts:311
Props for PixiScrollBox.
Extends
Section titled “Extends”Properties
Section titled “Properties”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?:ColorSource
Defined in: ui/src/types.ts:314
elementsMargin?
Section titled “elementsMargin?”
optionalelementsMargin?:number
Defined in: ui/src/types.ts:317
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”globalScroll?
Section titled “globalScroll?”
optionalglobalScroll?:boolean
Defined in: ui/src/types.ts:318
height?
Section titled “height?”
optionalheight?:LayoutValue
Defined in: ui/src/types.ts:104
Inherited from
Section titled “Inherited from”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”onScroll?
Section titled “onScroll?”
optionalonScroll?: (position) =>void
Defined in: ui/src/types.ts:319
Parameters
Section titled “Parameters”position
Section titled “position”number | PointData
Returns
Section titled “Returns”void
radius?
Section titled “radius?”
optionalradius?:number
Defined in: ui/src/types.ts:315
scrollHeight?
Section titled “scrollHeight?”
optionalscrollHeight?:number
Defined in: ui/src/types.ts:313
scrollWidth?
Section titled “scrollWidth?”
optionalscrollWidth?:number
Defined in: ui/src/types.ts:312
optionaltype?:"horizontal"|"vertical"|"both"
Defined in: ui/src/types.ts:316
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