From 53eff2715af033156d74a719ec57534fd61452c5 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 19 Feb 2023 19:55:53 -0700 Subject: [PATCH] Docs --- docs/_docs/art/views/vertical_menu_view.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/art/views/vertical_menu_view.md b/docs/_docs/art/views/vertical_menu_view.md index ed439dbc..e11e087c 100644 --- a/docs/_docs/art/views/vertical_menu_view.md +++ b/docs/_docs/art/views/vertical_menu_view.md @@ -31,6 +31,7 @@ Items can be selected on a menu via the cursor keys, Page Up, Page Down, Home, a | `fillChar` | Specifies a character to fill extra space in the menu with. Defaults to an empty space | | `items` | List of items to show in the menu. See **Items** below. | `focusItemFormat` | Sets the format for a focused list entry. See **Entry Formatting** in [MCI](../mci.md) | +| `truncateOmission` | Sets the omission characters for truncated text if used. Defaults to an empty string. Commonly set to "..." | ### Hot Keys