XYValueFormatter
A type alias for the value formatting function of an XYPad.
export type XYValueFormatter = (/* cursor position */Point) -> (String)
A type alias for the value formatting function of an XYPad.
export type XYValueFormatter = (/* cursor position */Point) -> (String)