MFML - v0.0.4
    Preparing search index...

    Interface SourceLocation

    The indices of a node position in a message text.

    interface SourceLocation {
        endIndex?: number;
        startIndex?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    endIndex?: number

    The index at which a node value ends (exclusive).

    startIndex?: number

    The index at which a node value starts (inclusive).