Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SelectInit

import type { SelectInit } from "https://raw.githubusercontent.com/takker99/scrapbox-select-suggestion/0.6.0/mod.tsx";
interface SelectInit {
cyclic?: boolean;
}

§Properties

§
cyclic?: boolean
[src]

先頭の前候補を末尾に、末尾の次候補を先頭にするかどうか

  • true: する
  • false: しない (先頭または末尾の要素にとどまり続ける)