OptionalautoOptionalcenterindicate if the line should be centered (default yes)
OptionaldieThe filter on die click event. Use setting from manager is unset.
OptionaldirectionIndicate the line direction (default row)
OptionalgapCSS to set the gap between dice. '8px' if unset.
OptionalperspectivePerspective effect on Stock elements. Default 1000px. Can be overriden on each stock.
OptionalselectableThe class to apply to selectable dice. Use class from manager is unset.
OptionalselectedThe class to apply to selected dice. Use class from manager is unset.
OptionalsortIndicate 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'.
OptionalunselectableThe class to apply to selectable dice. Use class from manager is unset.
OptionalwrapIndicate if the line should wrap when needed (default wrap)
Say if a given card should be placed on this stock, based on card properties. For example, every card with location === 'hand' and location_arg == this.player_id should go to the current player hand. If unset, all cards on this stock must be added manually on this stock.