BlockSuite API Documentation / @blocksuite/block-std / BlockStdScope
Class: BlockStdScope 
Contents 
Constructors 
new BlockStdScope(options) 
new BlockStdScope(
options):BlockStdScope
Parameters 
• options: BlockStdOptions
Returns 
Source 
block-std/src/scope/block-std-scope.ts:27
Properties 
clipboard 
readonlyclipboard:Clipboard
Source 
block-std/src/scope/block-std-scope.ts:25
command 
readonlycommand:CommandManager
Source 
block-std/src/scope/block-std-scope.ts:21
event 
readonlyevent:UIEventDispatcher
Source 
block-std/src/scope/block-std-scope.ts:19
host 
readonlyhost:HTMLElement
Source 
block-std/src/scope/block-std-scope.ts:22
page 
readonlypage:Page
Source 
block-std/src/scope/block-std-scope.ts:17
selection 
readonlyselection:SelectionManager
Source 
block-std/src/scope/block-std-scope.ts:20
spec 
readonlyspec:SpecStore
Source 
block-std/src/scope/block-std-scope.ts:23
view 
readonlyview:ViewStore
Source 
block-std/src/scope/block-std-scope.ts:24
workspace 
readonlyworkspace:Workspace
Source 
block-std/src/scope/block-std-scope.ts:18
Methods 
mount() 
mount():
void
Returns 
void
Source 
block-std/src/scope/block-std-scope.ts:39
unmount() 
unmount():
void
Returns 
void
Source 
block-std/src/scope/block-std-scope.ts:45
Generated using typedoc-plugin-markdown and TypeDoc