Skip to content
TypeAliasInput & Controls@public

FlxInputTextChangeCallback

Callback published after a DOM edit is consumed by a fixed update.

ts
export type FlxInputTextChangeCallback = (value: string) => void

Released under the MIT License.