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