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

    Interface RollParseOffset

    interface RollParseOffset {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number

    The end position of the matched term in the formula string.

    start: number

    The start position of the matched term in the formula string.