-
Notifications
You must be signed in to change notification settings - Fork 2
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
docs: added ru readme for landing #240
Conversation
Preview is ready. |
README-ru.md
Outdated
- `itemsStateAndParams` — [itemsStateAndParams](#itemsStateAndParams). | ||
- `settings` — настройки `DashKit`. | ||
- `context`: объект, который пробросится в виде свойства во все виджеты. | ||
- `overlayControls` — объект, который переопределяет контролы виджета в момент редактирования. Если он не передан, будут отображаться базовые контролы. При передаче `null` будет отображаться только кнопка закрытия или пользовательское меню. |
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.
Sounds a little bit strange. It's better say объект, который переопределяет дефолтные контролы виджета, отображаемые в режиме редактирования
. And may be change the same line in en readme?
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.
fixed
No description provided.