Skip to content

Conversation

@mafanya23
Copy link
Contributor

No description provided.

mafanya23 and others added 25 commits August 16, 2024 17:04
Update the note related to npm (PRO)
[dev] Update doc engine to v3.9.1 and node to v20
@mafanya23 mafanya23 self-assigned this Oct 23, 2025
Depending on the diagram mode, the method returns:

- `object[]` - (for the default, org chart and mindmap Diagram modes) an array of JSON objects for each item and link from Diagram
- `{ data: object[]; links: object[] }` - (for the PERT Diagram mode) an object with:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mafanya23 в формулировки для всех остальных режимов фигурирует фраза как an array of JSON objects. Так вот JSON это формат данных, а массив у нас обьектов. Если брать логику прошлого описания, то для PERT мы возвращаем JSON. Хотя по факту в JSON более строгие требования.


- `object[]` - (for the default, org chart and mindmap Diagram modes) an array of JSON objects for each item and link from Diagram
- `{ data: object[]; links: object[] }` - (for the PERT Diagram mode) an object with:
- the `data` array (for shapes: "task", "milestone", "project")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mafanya23 массив обьектов

}

// for the PERT mode
typeConfig?: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mafanya23 может лучше отдельной кодовой вставкой оформить?

[Check the detailed description of the actions performed by standard hotkeys](/guides/diagram_editor/hot_keys/).


### Hotkeys Table
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mafanya23 таблица изначально создавалась для - diagram/guides/diagram_editor/hot_keys/
В данном разделе она тоже уместна. Но тогда не нужно приводить доступные комбинации клавиш выше. Они все есть в таблице.


### Description

Here is the full list of standard hotkeys that can be overridden:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mafanya23 при наличии таблицы данный раздел не нужен

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants