InterfaceDebugger & Diagnostics@public
FlxWatchEditor
Explicit mutation contract for an editable tracked value.
ts
export interface FlxWatchEditor<T>Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
parse | readonly | (input: string, currentValue: T) => T | - |
set | readonly | (value: T, currentValue: T) => void | - |
validate | readonly | (value: T, currentValue: T) => string | null | undefined | - |