Fix typo in editorInitCallback docstring
parent
f8e22edf6d
commit
bf36ea37c3
|
@ -689,7 +689,7 @@ export interface ColumnSlots {
|
|||
*/
|
||||
editorInitCallback: (event: Event) => void;
|
||||
/**
|
||||
* Row toggler callback unction
|
||||
* Row toggler callback function
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
rowTogglerCallback: (event: Event) => void;
|
||||
|
|
Loading…
Reference in New Issue