Skip to content

BlockSuite API Documentation / @blocksuite/block-std / BlockStdScope

Class: BlockStdScope

Constructors

new BlockStdScope()

new BlockStdScope(options): BlockStdScope

Parameters

options: BlockStdOptions

Returns

BlockStdScope

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:97

Properties

container

readonly container: Container

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:45


doc

readonly doc: Doc

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:47


extensions

readonly extensions: ExtensionType[]

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:49


provider

readonly provider: ServiceProvider

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:51

Accessors

clipboard

get clipboard(): Clipboard

Returns

Clipboard

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:57


collection

get collection(): DocCollection

Returns

DocCollection

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:61


command

get command(): CommandManager

Returns

CommandManager

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:65


event

get event(): UIEventDispatcher

Returns

UIEventDispatcher

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:69


get

get get(): <T>(identifier, options?) => T

Returns

Function

Type Parameters

T

Parameters

identifier: GeneralServiceIdentifier<T>

options?: ResolveOptions

Returns

T

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:73


getOptional

get getOptional(): <T>(identifier, options?) => null | T

Returns

Function

Type Parameters

T

Parameters

identifier: GeneralServiceIdentifier<T>

options?: ResolveOptions

Returns

null | T

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:77


host

get host(): EditorHost

Returns

EditorHost

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:81


range

get range(): RangeManager

Returns

RangeManager

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:85


selection

get selection(): SelectionManager

Returns

SelectionManager

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:89


view

get view(): ViewStore

Returns

ViewStore

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:93

Methods

getConfig()

getConfig<Key>(flavour): null | BlockConfigs[Key]

Type Parameters

Key extends never

Parameters

flavour: Key

Returns

null | BlockConfigs[Key]

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:121


getService()

getService(flavour)

getService<Key>(flavour): null | BlockServices[Key]

Type Parameters

Key extends never

Parameters

flavour: Key

Returns

null | BlockServices[Key]

Deprecated

BlockService will be removed in the future.

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:138

getService(flavour)

getService<Service>(flavour): null | Service

Type Parameters

Service extends BlockService

Parameters

flavour: string

Returns

null | Service

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:141


getView()

getView(flavour): null | BlockViewType

Parameters

flavour: string

Returns

null | BlockViewType

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:146


mount()

mount(): void

Returns

void

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:150


render()

render(): EditorHost

Returns

EditorHost

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:156


unmount()

unmount(): void

Returns

void

Defined in

packages/framework/block-std/src/scope/block-std-scope.ts:168