Vertex Viewer SDK
    Preparing search index...

    Type Alias Formatter<T>

    Formatter: (value: T) => string

    A function that takes an input value and returns a formatted string.

    Type Parameters

    • T

    Type Declaration

      • (value: T): string
      • Parameters

        • value: T

        Returns string