Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haxxmaxx committed Jun 27, 2022
1 parent 0025562 commit 92ac3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/nucleus/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const mergeConfigs = (base, c) => ({
* @property {{setScrollPos:function(number):void, initScrollPos:number}} [options.scrollState=] Object including a setScrollPos function that sets current scroll position index. A initial scroll position index.
* @property {number=} [options.sortByState=1] Sort by state, detault 1 = sort descending, 0 = no sorting, -1 sort ascending.
* @property {function(number):void} [options.setCount=] A function that gets called with the length of the data in the Listbox.
* @property {boolean} [options.shouldConfirmOnBlur=] A boolean that determines if the listbox should actively confirm selections on blur events.
*/

/**
Expand Down

0 comments on commit 92ac3fc

Please sign in to comment.