Hierarchy

  • Omit<PBUiInput, "font" | "textAlign" | "fontSize">
    • UiInputProps

Properties

color?: PBColor4

default=(0.0,0.0,0.0,1.0)

disabled: boolean
font?: UiFontType
fontSize?: ScaleUnit
placeholder: string
placeholderColor?: PBColor4

default=(0.3,0.3,0.3,1.0)

textAlign?: TextAlignType
value?: string

Methods

  • function to be called on value change

    Parameters

    • value: string

    Returns void

  • function to be called on text field submit

    Parameters

    • value: string

    Returns void