Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RollParseNode

    interface RollParseNode {
        class: string;
        formula: string;
        offset: RollParseOffset;
    }
    Index

    Properties

    Properties

    class: string

    The class name for this node.

    formula: string

    The original matched text for this node.

    The position of the matched term in the formula string.