PixiInputProps
Defined in: ui/src/types.ts:296
Props for PixiInput.
Extends
Section titled “Extends”Properties
Section titled “Properties”align?
Section titled “align?”
optionalalign?:"center"|"left"|"right"
Defined in: ui/src/types.ts:303
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”bg:
PixiViewType
Defined in: ui/src/types.ts:297
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”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”maxLength?
Section titled “maxLength?”
optionalmaxLength?:number
Defined in: ui/src/types.ts:301
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”nineSliceSprite?
Section titled “nineSliceSprite?”
optionalnineSliceSprite?: [number,number,number,number]
Defined in: ui/src/types.ts:305
onChange?
Section titled “onChange?”
optionalonChange?: (value) =>void
Defined in: ui/src/types.ts:306
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
onEnter?
Section titled “onEnter?”
optionalonEnter?: (value) =>void
Defined in: ui/src/types.ts:307
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
padding?
Section titled “padding?”
optionalpadding?:number|number[]
Defined in: ui/src/types.ts:304
placeholder?
Section titled “placeholder?”
optionalplaceholder?:string
Defined in: ui/src/types.ts:299
secure?
Section titled “secure?”
optionalsecure?:boolean
Defined in: ui/src/types.ts:302
textStyle?
Section titled “textStyle?”
optionaltextStyle?:Partial<TextStyleOptions>
Defined in: ui/src/types.ts:298
value?
Section titled “value?”
optionalvalue?:string
Defined in: ui/src/types.ts:300
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