content
content: { borderColor: string; borderOpacity: number; borderWidth: number; disabled: boolean; fillColor: string; fillOpacity: number; fontResourceName: string; fontSize: number; initialValue: string; inputType: "number" | "text" | "email" | "password" | "telephone number" | "url" | "search" | "text area"; placeholder: string; readOnly: boolean; textColor: string }
Type declaration
borderColor: string
borderOpacity: number
borderWidth: number
disabled: boolean
fillColor: string
fillOpacity: number
fontResourceName: string
fontSize: number
initialValue: string
inputType: "number" | "text" | "email" | "password" | "telephone number" | "url" | "search" | "text area"
placeholder: string
readOnly: boolean
textColor: string
Base parameters for gdjs.TextInputRuntimeObject