| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
filter |
string |
✅ | - | 打开文件选择器时使用的文件类型过滤器 |
icon |
keyof IconPack1 |
✅ | - | 图标 |
iconPack |
IconPack1 |
❌ | defaultIconPack |
图标包 |
label |
string |
✅ | - | 工具提示的标签 |
t |
RtkI18n1 |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-file-picker-button></rtk-file-picker-button><!-- component.html -->
<rtk-file-picker-button
filter="example"
[icon]="defaultIconPack"
label="example">
</rtk-file-picker-button>