| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
filter |
string |
✅ | - | ファイルピッカーを開くときのファイル種別フィルター |
icon |
keyof IconPack1 |
✅ | - | アイコン |
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
label |
string |
✅ | - | ツールチップのラベル |
t |
RtkI18n1 |
❌ | useLanguage() |
言語 |
<rtk-file-picker-button></rtk-file-picker-button><rtk-file-picker-button
filter="example"
label="example">
</rtk-file-picker-button><script>
const el = document.querySelector("rtk-file-picker-button");
el.icon= defaultIconPack
</script>