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