<titledata-rh="true">Interface: QuickPickItem | Podman Desktop</title><metadata-rh="true"name="viewport"content="width=device-width,initial-scale=1"><metadata-rh="true"name="twitter:card"content="summary_large_image"><metadata-rh="true"property="og:image"content="https://podman-desktop.io/img/banner_podman-desktop.png"><metadata-rh="true"name="twitter:image"content="https://podman-desktop.io/img/banner_podman-desktop.png"><metadata-rh="true"property="og:url"content="https://podman-desktop.io/api/interfaces/QuickPickItem"><metadata-rh="true"property="og:locale"content="en"><metadata-rh="true"name="docusaurus_locale"content="en"><metadata-rh="true"name="docsearch:language"content="en"><metadata-rh="true"name="docusaurus_version"content="current"><metadata-rh="true"name="docusaurus_tag"content="docs-api-current"><metadata-rh="true"name="docsearch:version"content="current"><metadata-rh="true"name="docsearch:docusaurus_tag"content="docs-api-current"><metadata-rh="true"property="og:title"content="Interface: QuickPickItem | Podman Desktop"><metadata-rh="true"name="description"content="Represents an item that can be selected from"><metadata-rh="true"property="og:description"content="Represents an item that can be selected from"><linkdata-rh="true"rel="icon"href="/img/favicon.ico"><linkdata-rh="true"rel="canonical"href="https://podman-desktop.io/api/interfaces/QuickPickItem"><linkdata-rh="true"rel="alternate"href="https://podman-desktop.io/api/interfaces/QuickPickItem"hreflang="en"><linkdata-rh="true"rel="alternate"href="https://podman-desktop.io/api/interfaces/QuickPickItem"hreflang="x-default"><linkdata-rh="true"rel="preconnect"href="https://MR01ANKQ9S-dsn.algolia.net"crossorigin="anonymous"><linkrel="alternate"type="application/rss+xml"href="/blog/rss.xml"title="Podman Desktop RSS Feed">
<linkrel="alternate"type="application/atom+xml"href="/blog/atom.xml"title="Podman Desktop Atom Feed">
<h2class="anchor anchorWithStickyNavbar_JmGV"id="properties">Properties<ahref="#properties"class="hash-link"aria-label="Direct link to Properties"title="Direct link to Properties"></a></h2>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="alwaysshow">alwaysShow?<ahref="#alwaysshow"class="hash-link"aria-label="Direct link to alwaysShow?"title="Direct link to alwaysShow?"></a></h3>
<p>Note: this property is ignored when <ahref="/api/interfaces/QuickPickItem#kind">kind</a> is set to <ahref="/api/enumerations/QuickPickItemKind#separator">QuickPickItemKind.Separator</a></p>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in">Defined in<ahref="#defined-in"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="buttons">buttons?<ahref="#buttons"class="hash-link"aria-label="Direct link to buttons?"title="Direct link to buttons?"></a></h3>
<p>Optional buttons that will be rendered on this particular item. These buttons will trigger
an QuickPickItemButtonEvent when clicked. Buttons are only rendered when using a quickpick
created by the window.createQuickPick createQuickPick() API. Buttons are not rendered when using
the <ahref="/api/namespaces/window/functions/showQuickPick">showQuickPick()</a> API.</p>
<p>Note: this property is ignored when <ahref="/api/interfaces/QuickPickItem#kind">kind</a> is set to <ahref="/api/enumerations/QuickPickItemKind#separator">QuickPickItemKind.Separator</a></p>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in-1">Defined in<ahref="#defined-in-1"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="description">description?<ahref="#description"class="hash-link"aria-label="Direct link to description?"title="Direct link to description?"></a></h3>
<p>A human-readable string which is rendered less prominent in the same line. Supports rendering of
ThemeIcon theme icons via the <code>$(<name>)</code>-syntax.</p>
<p>Note: this property is ignored when <ahref="/api/interfaces/QuickPickItem#kind">kind</a> is set to <ahref="/api/enumerations/QuickPickItemKind#separator">QuickPickItemKind.Separator</a></p>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in-2">Defined in<ahref="#defined-in-2"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="detail">detail?<ahref="#detail"class="hash-link"aria-label="Direct link to detail?"title="Direct link to detail?"></a></h3>
<p>A human-readable string which is rendered less prominent in a separate line. Supports rendering of
ThemeIcon theme icons via the <code>$(<name>)</code>-syntax.</p>
<p>Note: this property is ignored when <ahref="/api/interfaces/QuickPickItem#kind">kind</a> is set to <ahref="/api/enumerations/QuickPickItemKind#separator">QuickPickItemKind.Separator</a></p>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in-3">Defined in<ahref="#defined-in-3"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="kind">kind?<ahref="#kind"class="hash-link"aria-label="Direct link to kind?"title="Direct link to kind?"></a></h3>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in-4">Defined in<ahref="#defined-in-4"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="label">label<ahref="#label"class="hash-link"aria-label="Direct link to label"title="Direct link to label"></a></h3>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in-5">Defined in<ahref="#defined-in-5"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="picked">picked?<ahref="#picked"class="hash-link"aria-label="Direct link to picked?"title="Direct link to picked?"></a></h3>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="see">See<ahref="#see"class="hash-link"aria-label="Direct link to See"title="Direct link to See"></a></h4>
<p>Note: this property is ignored when <ahref="/api/interfaces/QuickPickItem#kind">kind</a> is set to <ahref="/api/enumerations/QuickPickItemKind#separator">QuickPickItemKind.Separator</a></p>
<h4class="anchor anchorWithStickyNavbar_JmGV"id="defined-in-6">Defined in<ahref="#defined-in-6"class="hash-link"aria-label="Direct link to Defined in"title="Direct link to Defined in"></a></h4>