BlocklyOptions 接口
Blockly 选项。
Signature:
export interface BlocklyOptions
属性
属性 | 修饰符 | 类型 | 说明 |
---|---|---|---|
收起? | 布尔值 | (可选) | |
评论? | 布尔值 | (可选) | |
CSS? | 布尔值 | (可选) | |
是否停用? | 布尔值 | (可选) | |
网格? | GridOptions | (可选) | |
horizontalLayout? | 布尔值 | (可选) | |
maxBlocks? | number | (可选) | |
maxInstances? | { [blockType: string]: number; } | (可选) | |
maxTrashcanContents? | number | (可选) | |
media? | 字符串 | (可选) | |
modalInputs? | 布尔值 | (可选) | |
移动? | MoveOptions | (可选) | |
oneBasedIndex? | 布尔值 | (可选) | |
parentWorkspace? | WorkspaceSvg | (可选) | |
插件? | { [key: string]: (new (...p1: any[]) => any) |string;} | (可选) | |
readOnly? | 布尔值 | (可选) | |
渲染程序? | 字符串 | (可选) | |
rendererOverrides? | { [rendererConstant: string]: any;} | (可选) | |
rtl? | 布尔值 | (可选) | |
滚动条 | 滚动条选项 |布尔值 | (可选) | |
怎么样? | 布尔值 | (可选) | |
主题? | 主题 | 字符串 | ITheme | (可选) | |
工具箱? | 字符串 | ToolboxDefinition | 元素 | (可选) | |
toolboxPosition? | 字符串 | (可选) | |
垃圾桶? | 布尔值 | (可选) | |
Zoom? | ZoomOptions | (可选) |