BlockSuite API Documentation / @blocksuite/block-std / BlockStdScope
Class: BlockStdScope
Constructors
new BlockStdScope(options)
new BlockStdScope(
options):BlockStdScope
Parameters
• options: BlockStdOptions
Returns
Source
packages/framework/block-std/src/scope/block-std-scope.ts:27
Properties
clipboard
readonlyclipboard:Clipboard
Source
packages/framework/block-std/src/scope/block-std-scope.ts:25
collection
readonlycollection:DocCollection
Source
packages/framework/block-std/src/scope/block-std-scope.ts:18
command
readonlycommand:CommandManager
Source
packages/framework/block-std/src/scope/block-std-scope.ts:21
doc
readonlydoc:Doc
Source
packages/framework/block-std/src/scope/block-std-scope.ts:17
event
readonlyevent:UIEventDispatcher
Source
packages/framework/block-std/src/scope/block-std-scope.ts:19
host
readonlyhost:HTMLElement
Source
packages/framework/block-std/src/scope/block-std-scope.ts:22
selection
readonlyselection:SelectionManager
Source
packages/framework/block-std/src/scope/block-std-scope.ts:20
spec
readonlyspec:SpecStore
Source
packages/framework/block-std/src/scope/block-std-scope.ts:23
view
readonlyview:ViewStore
Source
packages/framework/block-std/src/scope/block-std-scope.ts:24
Methods
mount()
mount():
void
Returns
void
Source
packages/framework/block-std/src/scope/block-std-scope.ts:39
unmount()
unmount():
void
Returns
void
Source
packages/framework/block-std/src/scope/block-std-scope.ts:46