# XWUIDashboardSavedViews

A saved-view manager: a list of named filter/layout presets that can be selected, pinned, renamed inline, and deleted, plus a "save current view as..." row for creating a new one from the host's current state. Pinned views are always sorted to the top.

## Basic Usage

A list with a pinned view, an active view, and the save row wired to a handler.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A saved-view list with pinned and active views, plus the "save current view as..." row wired to a handler.
```

## Renaming and Pinning

Inline rename and pin-to-top interactions on an unpinned starting list.

```example
file: examples/RenamingAndPinning.ts
html: examples/RenamingAndPinning.html
title: Renaming and Pinning
description: Inline rename via the pencil button and pin toggling that re-sorts pinned views to the top of the list.
```

## API

```api
```
