Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 589 Bytes

File metadata and controls

13 lines (8 loc) · 589 Bytes

XArticleTextRange

Properties

Name Type Description Notes
from_index i32 Inclusive start index in the block text.
to_index i32 Exclusive end index in the block text. Must be greater than or equal to from_index and no greater than the block text length.
text String Text represented by this metadata range.

[Back to Model list] [Back to API list] [Back to README]