Addition
Properties that all addition types share.
Declaration
object AdditionProperties
| Name | Type | Description |
|---|---|---|
type Required | string | The type of addition. For example, LinkAddition. |
rangeLength | integer | The number of text characters to highlight in the link. |
rangeStart | integer | The starting character index for which the addition is meant. A range starts at If you specify |
Discussion
This is an abstract definition. Don’t use this object type directly; use only the objects that extend it, such as LinkAddition.