跳转到内容
搜索文档

rtk-stage

最后更新 查看 MarkdownAgent 设置

作为舞台使用的组件,通常容纳 grid(网格)和 sidebar(侧边栏)组件。

属性

属性 类型 必填 默认值 描述
iconPack IconPack defaultIconPack 图标包
t RtkI18n useLanguage() 语言

使用示例

基本用法

<!-- component.html -->
<rtk-stage></rtk-stage>

带属性用法

<!-- component.html -->
<rtk-stage
 [iconPack]="defaultIconPack"
 [t]="rtki18n">
</rtk-stage>

这篇文档对您有帮助吗?