Interface DieStockSettings

Hierarchy

Properties

perspective?: number

Perspective effect on Stock elements. Default 1000px. Can be overriden on each stock.

selectableDieClass?: string

The class to apply to selectable dice. Use class from manager is unset.

selectedDieClass?: string

The class to apply to selected dice. Use class from manager is unset.

Indicate 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'.

unselectableDieClass?: string

The class to apply to selectable dice. Use class from manager is unset.

Generated using TypeDoc