BlockSuite API Documentation / @blocksuite/block-std / RangeBinding
Class: RangeBinding
Defined in: packages/framework/block-std/src/range/range-binding.ts:13
Two-way binding between native range and text selection
Constructors
new RangeBinding()
new RangeBinding(
manager
):RangeBinding
Defined in: packages/framework/block-std/src/range/range-binding.ts:314
Parameters
manager
Returns
RangeBinding
Properties
isComposing
isComposing:
boolean
=false
Defined in: packages/framework/block-std/src/range/range-binding.ts:300
manager
manager:
RangeManager
Defined in: packages/framework/block-std/src/range/range-binding.ts:314
Accessors
host
Get Signature
get host():
EditorHost
Defined in: packages/framework/block-std/src/range/range-binding.ts:302
Returns
rangeManager
Get Signature
get rangeManager():
RangeManager
Defined in: packages/framework/block-std/src/range/range-binding.ts:306
Returns
selectionManager
Get Signature
get selectionManager():
StoreSelectionExtension
Defined in: packages/framework/block-std/src/range/range-binding.ts:310