Skip to content

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

RangeManager

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

EditorHost


rangeManager

Get Signature

get rangeManager(): RangeManager

Defined in: packages/framework/block-std/src/range/range-binding.ts:306

Returns

RangeManager


selectionManager

Get Signature

get selectionManager(): StoreSelectionExtension

Defined in: packages/framework/block-std/src/range/range-binding.ts:310

Returns

StoreSelectionExtension