@shumoku/core · 0.4.0 · function
groupStandards
APIの説明は英語のcanonical sourceを表示しています。
Group a list of `StandardOption`s by their `group` for sectioned dropdowns.
groupStandards(options: readonly StandardOption[]): { group: StandardCableGroup; label: string; options: StandardOption[] }[] パラメーター
| 名前 | 型 | 説明 | 既定値 |
|---|---|---|---|
options | readonly StandardOption[] | 追加説明はありません。 | — |
戻り値
{ group: StandardCableGroup; label: string; options: StandardOption[] }[]