XYValueFormatter
A type alias for the value formatting function of an value_to_string.
import { Point } from ui
type XYValueFormatter = (/* cursor position */Point) -> (String)
A type alias for the value formatting function of an value_to_string.
import { Point } from ui
type XYValueFormatter = (/* cursor position */Point) -> (String)