interface RollParseNode {
    class: string;
    formula: string;
}

Properties

Properties

class: string

The class name for this node.

formula: string

The original matched text for this node.