DisplayNameModifier: ((displayName: string | undefined) => string)

A function type that modifies the display name and returns a string.

Type declaration

    • (displayName): string
    • Parameters

      • displayName: string | undefined

        The display name to be modified.

      Returns string

      The modified display name or another string.