Skip to content

@vttforge/types / RollTermLike

Interface: RollTermLike ​

One term of a parsed formula.

Extended by ​

Properties ​

expression ​

readonly expression: string


flavor ​

readonly flavor: string


formula ​

readonly formula: string


isDeterministic ​

readonly isDeterministic: boolean


options ​

options: Record<string, unknown>


total ​

readonly total: string | number | undefined

Methods ​

toJSON() ​

toJSON(): Record<string, unknown>

Returns ​

Record<string, unknown>

MIT licensed.