-
Notifications
You must be signed in to change notification settings - Fork 3
Docs updates for v6.1 #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
Update the note related to npm (PRO)
[fix] incorrect links
[dev] Update doc engine to v3.9.1 and node to v20
| 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: |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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?: { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mafanya23 при наличии таблицы данный раздел не нужен
No description provided.