Todo

  1. Use Constructor as the Map key of TypedLists, thus we don't need a name for every list
  2. While calling add on List, should see if it has $$parent, and call $$parent.add ? So does remove & update
  3. Should I define fields with structure of map & set on warehouse to store the items added in order to find & iterate?

Type Parameters

  • LayoutData = any

Hierarchy

Constructors

Properties

$$isEmitter: true
animationManager: AnimationManager
globalConsts: GlobalConstManager
highlightManager: HighlightManager
imageManager: ImageManager
injector: IInjector
interactiveStateActionManager: InteractiveStateActionManager
layouted: boolean = false
logger: ILogger
modeManager: IModeManager
mounted: boolean = false
noEmit: boolean

set it True, the follow emit will be ignore and then set it False.

paneManager: PaneManager
root: WikMap = null
selectionManager: ISelectionManager

Methods

  • Parameters

    • pairs: string | Record<string, any>
    • Optional value: any
    • Optional context: object

    Returns void

Generated using TypeDoc