class TextInputProps: Inky.Props | {[string]: any}
font: love.graphics.Font

Defines the shape of characters that can be drawn onto the screen.

[Open in Browser](https://love2d.org/wiki/Font)

content: string
overlay: love.graphics.Texture

Superclass for drawable objects which represent a texture. All Textures can be drawn with Quads.

[Open in Browser](https://love2d.org/wiki/Texture)

size: Vector2
focused: boolean
onEdit: function?
placeholder: string
limit: number

the number of characters before we start panning

_internal: Inky.Props.Internal
class TextInput: Inky.Element