Skip to main content
Module

x/nessie/deps.ts>CliffySelect#getListItem

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method CliffySelect.prototype.getListItem
import { CliffySelect } from "https://deno.land/x/nessie@2.0.7/deps.ts";

Render select option.

Parameters

item: SelectOptionSettings

Select option settings.

optional
isSelected: boolean

Set to true if option is selected.

Returns

string