In your API Reference in Readme.md position property of SelectionType is NormalizedPosition.
However in the source code in types.ts we can read that both TextSelectionType and AreaSelectionType have position of type Position not NormalizedPosition.
Is this intended?
In your API Reference in Readme.md
positionproperty ofSelectionTypeisNormalizedPosition.However in the source code in types.ts we can read that both
TextSelectionTypeandAreaSelectionTypehavepositionof typePositionnotNormalizedPosition.Is this intended?