File tree 6 files changed +17
-15
lines changed
6 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Header cell icon configuration. Available configuration types are:
71
71
string | ColumnIconOption | (string | ColumnIconOption)[];
72
72
```
73
73
74
- For the specific configuration of ColumnIconOption, refer to the [ definition] ( /zh/option.html# ListTable-columns-text. icon.ColumnIconOption定义: )
74
+ For the specific configuration of ColumnIconOption, refer to the [ definition] ( ./ ListTable-columns-text# icon.ColumnIconOption )
75
75
76
76
${prefix} icon(string|Object|Array|Funciton)
77
77
Original file line number Diff line number Diff line change @@ -4,17 +4,18 @@ Specific definition:
4
4
5
5
```
6
6
{
7
- links: ITaskLink[];
8
- linkLineStyle?: ILineStyle;
9
- linkCreatable?: boolean;
10
- linkSelectable?: boolean;
11
- linkSelectedLineStyle?: ITaskLinkSelectedStyle;
12
- /** Create an operation point for the association line */
13
- linkCreatePointStyle?: IPointStyle;
14
- /** Create the operating point response status effect of the association line */
15
- linkCreatingPointStyle?: IPointStyle;
16
- /** Create an operation line style for the association line */
17
- linkCreatingLineStyle?: ILineStyle;
7
+ links: ITaskLink[];
8
+ linkLineStyle?: ILineStyle;
9
+ linkCreatable?: boolean;
10
+ linkSelectable?: boolean;
11
+ linkDeletable?: boolean;
12
+ linkSelectedLineStyle?: ITaskLinkSelectedStyle;
13
+ /** Create an operation point for the association line */
14
+ linkCreatePointStyle?: IPointStyle;
15
+ /** Create the operating point response status effect of the association line */
16
+ linkCreatingPointStyle?: IPointStyle;
17
+ /** Create an operation line style for the association line */
18
+ linkCreatingLineStyle?: ILineStyle;
18
19
}
19
20
```
20
21
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Table header cell icon configuration. The configurable types are:
40
40
string | ColumnIconOption | (string | ColumnIconOption)[];
41
41
```
42
42
43
- For detailed configuration of ColumnIconOption, please refer to [ Definition] ( /zh/option.html# ListTable-columns-text. icon.ColumnIconOptionDefinition: )
43
+ For detailed configuration of ColumnIconOption, please refer to [ Definition] ( ./ ListTable-columns-text# icon.ColumnIconOption )
44
44
45
45
${prefix} icon(string|Object|Array|Funciton)
46
46
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ ${prefix} headerIcon(string|Object|Array)
71
71
string | ColumnIconOption | (string | ColumnIconOption)[];
72
72
```
73
73
74
- ColumnIconOption 具体配置可参考[ 定义] ( /zh/option.html# ListTable-columns-text. icon.ColumnIconOption定义: )
74
+ ColumnIconOption 具体配置可参考[ 定义] ( ./ ListTable-columns-text# icon.ColumnIconOption )
75
75
76
76
${prefix} icon(string|Object|Array|Funciton)
77
77
Original file line number Diff line number Diff line change 8
8
linkLineStyle?: ILineStyle;
9
9
linkCreatable?: boolean;
10
10
linkSelectable?: boolean;
11
+ linkDeletable?: boolean;
11
12
linkSelectedLineStyle?: ITaskLinkSelectedStyle;
12
13
/** 创建关联线的操作点 */
13
14
linkCreatePointStyle?: IPointStyle;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ${prefix} headerIcon(string|Object|Array)
40
40
string | ColumnIconOption | (string | ColumnIconOption)[];
41
41
```
42
42
43
- ColumnIconOption 具体配置可参考[ 定义] ( /zh/option.html# ListTable-columns-text. icon.ColumnIconOption定义: )
43
+ ColumnIconOption 具体配置可参考[ 定义] ( ./ ListTable-columns-text# icon.ColumnIconOption )
44
44
45
45
${prefix} icon(string|Object|Array|Funciton)
46
46
You can’t perform that action at this time.
0 commit comments