Skip to content
InterfaceDebugger & Diagnostics@public

FlxWatchDefinition

Getter-backed tracked value definition.

ts
export interface FlxWatchDefinition<T>

Properties

PropertyModifiersTypeDescription
editorreadonlyFlxWatchEditor<T>-
formatreadonly(value: T) => string-
namereadonlystring-
readreadonly() => T-

Released under the MIT License.