跳到主要内容

mind-elixir.mindelixirinstance

Home > mind-elixir > MindElixirInstance

MindElixirInstance interface

The MindElixir instance

Signature:

export interface MindElixirInstance extends Required<Options>, MindElixirMethods 

Extends: Required<Options>, MindElixirMethods

Properties

Property

Modifiers

Type

Description

arrows

Arrow[]

bus

ReturnType<typeof Bus.create<EventMap>>

container

HTMLElement

currentArrow

CustomSvg | null

currentNode

Topic | null

currentNodes

Topic[] | null

currentSummary

SummarySvgGroup | null

disposable

Array<() => void>

el

HTMLElement

history

Operation[]

isFocusMode

boolean

line1

SVGElement

line2

SVGElement

lines

SVGElement

linkController

SVGElement

linkSvgGroup

SVGElement

map

HTMLElement

nodeData

NodeObj

nodeDataBackup

NodeObj

nodes

HTMLElement

P2

HTMLElement

P3

HTMLElement

redo

() => void

root

HTMLElement

scaleVal

number

selection

SelectionArea

summaries

Summary[]

summarySvg

SVGElement

tempDirection

number | null

undo

() => void

waitCopy

Topic[] | null