@neutrium/formatter - v1.0.1
    Preparing search index...

    Interface RangeFormatToken

    A semantic range fragment with its originating endpoint.

    interface RangeFormatToken {
        source: RangeTokenSource;
        type: FormatTokenType;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Endpoint, or shared range syntax, that produced this fragment.

    Semantic role of this fragment.

    value: string

    Rendered text for this fragment.