名称 | +数据类型 | +默认值 | +说明 | +必填 | +
---|---|---|---|---|
@param.name | +
+ @if ( string.IsNullOrEmpty(param.type) )
+ {
+ @param.type
+ }
+ |
+ + @param.defaultValue + | +@param.comment | +
+ @if ( param.requried )
+ {
+ |
+
方法 | +说明 | +
---|---|
+ @($"{item.returnType} {item.name}({item.parameters})") + | +@item.comment | +
@context?.Type
- + @Description +
+IconName
可以获取目前已有的图标名称,或使用字符串自定义图标名称。图标预览看这里 TAvatarGroup
来组合内部的 TAvatar
组件。Left
则改变头像组的偏移方向TIcon
图标名称会在前面加图标。Input
开头,因此该组件的命名规范将与官方不同。
@@ -61,6 +59,5 @@ string End{ get;set; }
```
")
-
-DropdownOption
定义菜单的项。
@@ -290,10 +289,7 @@
")
TIcon
图标名称即可。Icon
图标名称即可。Error
会呈现错误的图标IDialogService
唤醒出对话框,并支持自定义对话框模板
+ 注入 IDialogService
唤醒出对话框,并支持自定义对话框模板