# XWUIDisplayTruncatedFormat

Truncate text with tooltip on overflow (Blueprint TruncatedFormat equivalent).

## Basic Usage

Truncate text with tooltip on overflow (Blueprint TruncatedFormat equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Truncate text with tooltip on overflow (Blueprint TruncatedFormat equivalent).
```

## Middle Truncation

Keep both ends and elide the center with `truncate: "middle"` - ideal for long file paths.

```example
file: examples/MiddleTruncation.ts
html: examples/MiddleTruncation.html
title: Middle Truncation
description: Keep both ends and elide the center with truncate middle - ideal for long file paths.
```

## Start Truncation

Elide the beginning with `truncate: "start"` so the meaningful tail (filename, extension) stays visible.

```example
file: examples/StartTruncation.ts
html: examples/StartTruncation.html
title: Start Truncation
description: Elide the beginning with truncate start so the meaningful tail stays visible.
```

```api
```
