Type alias PLRange

PLRange: {
    endIndex: number;
    startIndex: number;
}

A placeholder range.

Type declaration

  • endIndex: number

    The end index of the placeholder in a string, non-inclusive.

  • startIndex: number

    The start index of the placeholder in a string, inclusive.

Generated using TypeDoc