Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Registry

Implements

Index

Constructors

constructor

Properties

_blockRegistryObject

_blockRegistryObject: {}

Type declaration

  • [index: string]: object

_freeIDs

_freeIDs: number[] = []

_itemRegistryObject

_itemRegistryObject: {}

Type declaration

  • [index: string]: object

_lastID

_lastID: number = 0

_server

_server: Server = null

blockIDmap

blockIDmap: {}

Type declaration

  • [index: number]: string

blockPalette

blockPalette: {}

Type declaration

  • [index: string]: number

blocks

blocks: {}

Type declaration

  • [index: string]: any

commands

commands: {}

Type declaration

  • [index: string]: any

finalized

finalized: boolean = false

items

items: {}

Type declaration

  • [index: string]: any

Methods

_finalize

  • _finalize(force?: boolean): void

_loadPalette

  • _loadPalette(): void

addBlock

  • addBlock(block: Block): void

addCommand

  • addCommand(command: Command): void

addItem

  • addItem(item: Item): void

Generated using TypeDoc