Skip to content

Commit

Permalink
fix readme links (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork authored Nov 6, 2024
1 parent f1d24de commit 213c620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ interface DashKitProps {
- **config**: [сonfig](#Config).
- **editMode**: Whether edit mode is enabled.
- **onItemEdit**: Called when you click to edit a widget.
- **onChange**: Called when config or [itemsStateAndParams](#temsStateAndParams) are changed.
- **onChange**: Called when config or [itemsStateAndParams](#itemsStateAndParams) are changed.
- **onDrop**: Called when item dropped from ActionPanel using (#DashKitDnDWrapper)
- **onItemMountChange**: Called when item mount state changed
- **onItemRender**: Called when item render complete
- **defaultGlobalParams**, **globalParams**: [Parameters](#Params) that affect all widgets. In DataLens, `defaultGlobalParams` are global parameters set in the dashboard settings. `globalParams` are globals parameters that can be set in the url.
- **itemsStateAndParams**: [itemsStateAndParams](#temsStateAndParams).
- **itemsStateAndParams**: [itemsStateAndParams](#itemsStateAndParams).
- **settings**: DashKit settings.
- **context**: Object that will be propped up on all widgets.
- **overlayControls**: Object that overrides widget controls at the time of editing. If not transmitted, basic controls will be displayed. If `null` passed only close button or custom menu will be displayed.
Expand Down

0 comments on commit 213c620

Please sign in to comment.