Skip to content
InterfaceDebugger & Diagnostics@public

FlxWatchEditor

Explicit mutation contract for an editable tracked value.

ts
export interface FlxWatchEditor<T>

Properties

PropertyModifiersTypeDescription
parsereadonly(input: string, currentValue: T) => T-
setreadonly(value: T, currentValue: T) => void-
validatereadonly(value: T, currentValue: T) => string | null | undefined-

Released under the MIT License.