PixiSelectProps
Defined in: ui/src/types.ts:322
Props for PixiSelect.
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:114
Inherited from
Section titled “Inherited from”closedBG
Section titled “closedBG”closedBG:
PixiViewType
Defined in: ui/src/types.ts:323
flexBasis?
Section titled “flexBasis?”
optionalflexBasis?:LayoutValue
Defined in: ui/src/types.ts:113
Inherited from
Section titled “Inherited from”flexGrow?
Section titled “flexGrow?”
optionalflexGrow?:number
Defined in: ui/src/types.ts:111
Inherited from
Section titled “Inherited from”flexShrink?
Section titled “flexShrink?”
optionalflexShrink?:number
Defined in: ui/src/types.ts:112
Inherited from
Section titled “Inherited from”height?
Section titled “height?”
optionalheight?:LayoutValue
Defined in: ui/src/types.ts:103
Inherited from
Section titled “Inherited from”itemBG?
Section titled “itemBG?”
optionalitemBG?:ColorSource
Defined in: ui/src/types.ts:331
itemHeight?
Section titled “itemHeight?”
optionalitemHeight?:number
Defined in: ui/src/types.ts:330
itemHoverBG?
Section titled “itemHoverBG?”
optionalitemHoverBG?:ColorSource
Defined in: ui/src/types.ts:332
items:
string[]
Defined in: ui/src/types.ts:325
itemTextStyle?
Section titled “itemTextStyle?”
optionalitemTextStyle?:Partial<TextStyleOptions>
Defined in: ui/src/types.ts:328
itemWidth?
Section titled “itemWidth?”
optionalitemWidth?:number
Defined in: ui/src/types.ts:329
margin?
Section titled “margin?”
optionalmargin?:number| {bottom?:number;left?:number;right?:number;top?:number; }
Defined in: ui/src/types.ts:108
Inherited from
Section titled “Inherited from”maxHeight?
Section titled “maxHeight?”
optionalmaxHeight?:LayoutValue
Defined in: ui/src/types.ts:107
Inherited from
Section titled “Inherited from”maxWidth?
Section titled “maxWidth?”
optionalmaxWidth?:LayoutValue
Defined in: ui/src/types.ts:105
Inherited from
Section titled “Inherited from”minHeight?
Section titled “minHeight?”
optionalminHeight?:LayoutValue
Defined in: ui/src/types.ts:106
Inherited from
Section titled “Inherited from”minWidth?
Section titled “minWidth?”
optionalminWidth?:LayoutValue
Defined in: ui/src/types.ts:104
Inherited from
Section titled “Inherited from”onSelect?
Section titled “onSelect?”
optionalonSelect?: (index,text) =>void
Defined in: ui/src/types.ts:334
Parameters
Section titled “Parameters”number
string
Returns
Section titled “Returns”void
openBG
Section titled “openBG”openBG:
PixiViewType
Defined in: ui/src/types.ts:324
scrollBoxOffset?
Section titled “scrollBoxOffset?”
optionalscrollBoxOffset?:PointData
Defined in: ui/src/types.ts:335
selected?
Section titled “selected?”
optionalselected?:number
Defined in: ui/src/types.ts:326
textStyle?
Section titled “textStyle?”
optionaltextStyle?:Partial<TextStyleOptions>
Defined in: ui/src/types.ts:327
visible?
Section titled “visible?”
optionalvisible?:boolean
Defined in: ui/src/types.ts:121
Inherited from
Section titled “Inherited from”visibleItems?
Section titled “visibleItems?”
optionalvisibleItems?:number
Defined in: ui/src/types.ts:333
width?
Section titled “width?”
optionalwidth?:LayoutValue
Defined in: ui/src/types.ts:102