API (v2.0.0) - Giro3D
    Preparing search index...

    Type Alias Formatter<T>

    Formatter: (values: T) => string | null

    A function that outputs a formatted string suitable to display as a label.

    Type Parameters

    • T

      The input type.

    Type Declaration

      • (values: T): string | null
      • Parameters

        • values: T

        Returns string | null