Optional centerOptional directionIndicate the line direction (default row)
Optional gapCSS to set the gap between dice. '8px' if unset.
Optional mapOptional perspectivePerspective effect on Stock elements. Default 1000px. Can be overriden on each stock.
Optional selectableThe class to apply to selectable dice. Use class from manager is unset.
Optional selectedThe class to apply to selected dice. Use class from manager is unset.
Optional slotThe classes to apply to each slot
The ids for the slots (can be number or string)
Optional sortIndicate the die sorting (unset means no sorting, new dice will be added at the end).
For example, use sort: sortFunction('type', '-type_arg') to sort by type then type_arg (in reversed order if prefixed with -).
Be sure you typed the values correctly! Else '11' will be before '2'.
Optional unselectableThe class to apply to selectable dice. Use class from manager is unset.
Optional wrapIndicate if the line should wrap when needed (default wrap)
Generated using TypeDoc
indicate if the line should be centered (default yes)