Skip to content
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

DocGen 23_1 [06/20/23] #5222

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Aligns the left corner of the label to the center of the point.
- `right`
Aligns the right corner of the label to the center of the point.

[note] This property has no effect if the [rotated](/Documentation/ApiReference/UI_Components/dxChart/Configuration/#rotated) property is enabled.
[note] This property has no effect if the [rotated](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/rotated.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/#rotated') property is enabled.
15 changes: 15 additions & 0 deletions api-reference/30 Data Layer/ArrayStore/3 Methods/byKey(key).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: ArrayStore.byKey(key)
---
---
##### shortDescription
<!-- Description goes here -->

##### return: Promise<any>
<!-- Description goes here -->

##### param(key): Object | String | Number
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: CustomStore.Options.byKey
type: function(key)
type: function(key, extraOptions)
---
---
##### shortDescription
Expand All @@ -13,6 +13,9 @@ A key value.
A Promise that is resolved after the data item is loaded.
#include ref-promisedistinction

##### param(extraOptions): LoadOptions
<!-- Description goes here -->

---
---
##### jQuery
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
id: CustomStore.byKey(key, extraOptions)
---
---
##### shortDescription
<!-- Description goes here -->

##### return: Promise<any>
<!-- Description goes here -->

##### param(key): Object | String | Number
<!-- Description goes here -->

##### param(extraOptions): LoadOptions
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: ErrorsData.E4009
---
---
##### shortDescription
Occurs in a store when its [byKey(key)](/api-reference/30%20Data%20Layer/Store/3%20Methods/byKey(key).md '/Documentation/ApiReference/Data_Layer/ArrayStore/Methods/#byKeykey') function does not return a value.
Occurs in a store when its [byKey(key)](/api-reference/30%20Data%20Layer/ArrayStore/3%20Methods/byKey(key).md '/Documentation/ApiReference/Data_Layer/ArrayStore/Methods/#byKeykey') function does not return a value.

---

Expand Down