Add NearestDirectionFunction to zDirection typedef

This commit is contained in:
mike-000
2021-07-08 15:10:04 +01:00
parent ddf7ac6e42
commit 13ec72bcf4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import {getUid} from '../util.js';
* @property {boolean} [wrapX=true] WrapX.
* @property {number} [transition] Transition.
* @property {string} [key] Key.
* @property {number} [zDirection=0] ZDirection.
* @property {number|import("../array.js").NearestDirectionFunction} [zDirection=0] ZDirection.
*/
/**