blockly > BlocklyOptions

BlocklyOptions 介面

區塊選項。

Signature:

export interface BlocklyOptions 

屬性

屬性 修飾符 類型 說明
要收合嗎? 布林值 (選用)
留言? 布林值 (選用)
css? 布林值 (選用)
disable? 布林值 (選用)
grid? GridOptions (選用)
horizontalLayout? 布林值 (選用)
maxBlocks? 數字 (選用)
maxInstances? { [blockType: string]: number;} (選用)
maxTrashcanContents? 數字 (選用)
media? 字串 (選用)
布林值 (選用)
移動 MoveOptions (選用)
oneBasedIndex? 布林值 (選用)
parentWorkspace? WorkspaceSvg (選用)
外掛程式? { [key: string]: (new (...p1: any[]) => any) | string; } (選用)
readOnly? 布林值 (選用)
字串 (選用)
rendererOverrides? { [rendererConstant: string]: any;} (選用)
rtl? 布林值 (選用)
捲軸? 捲軸選項 |布林值 (選用)
音效? 布林值 (選用)
主題是什麼? 主題 | 字串 | ITheme (選用)
工具箱? 字串 | ToolboxDefinition | 元素 (選用)
toolboxPosition? 字串 (選用)
垃圾桶? 布林值 (選用)
縮放? ZoomOptions (選用)