Fixed #4423: Column: Missing typing for sorticon
parent
dd2f455683
commit
23691149f2
|
@ -948,6 +948,10 @@ export interface ColumnSlots {
|
|||
* @param {Object} scope - sort icon slot's params.
|
||||
*/
|
||||
sorticon(scope: {
|
||||
/**
|
||||
* Style class of the sort icon.
|
||||
*/
|
||||
class: string;
|
||||
/**
|
||||
* Current sort state.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue