blockly > BlocklyOptions

BlocklyOptions 接口

Blockly 选项。

Signature:

export interface BlocklyOptions 

属性

媒体资源 修饰符 类型 说明
是否收起? boolean (可选)
如何发表评论? boolean (可选)
css? boolean (可选)
停用? boolean (可选)
网格呢? GridOptions (可选)
horizontalLayout? boolean (可选)
maxBlocks? number (可选)
maxInstances? { [blockType: string]: number; } (可选)
max 已删除邮件 canContents? number (可选)
媒体? string (可选)
moduleInputs? boolean (可选)
移动? MoveOptions (可选)
oneBasedIndex boolean (可选)
parentWorkspace 吗? WorkspaceSvg (可选)
插件? { [键: 字符串]: (new (...p1: any[]) => any) | string; } (可选)
只读? boolean (可选)
渲染程序 string (可选)
rendererOverrides? { [rendererConstant: string]: any; } (可选)
rtl? boolean (可选)
滚动条 ScrollbarOptions | boolean (可选)
音效? boolean (可选)
主题? 主题 | 字符串 | ITheme (可选)
工具箱 字符串 | ToolboxDefinition | 元素 (可选)
toolboxPosition? string (可选)
垃圾桶? boolean (可选)
缩放? ZoomOptions (可选)